summaryrefslogtreecommitdiffstats
path: root/src/H5Ipublic.h
diff options
context:
space:
mode:
authorNeil Fortner <nfortne2@hdfgroup.org>2008-11-17 19:13:08 (GMT)
committerNeil Fortner <nfortne2@hdfgroup.org>2008-11-17 19:13:08 (GMT)
commite00d3174e587025a1090362f510aa5d6cf67b304 (patch)
tree528c19883933534b67ecf2535558c44124e95e1b /src/H5Ipublic.h
parenta6493ad0c094fdfbc3068502a9b7a39fc3f450cc (diff)
downloadhdf5-e00d3174e587025a1090362f510aa5d6cf67b304.zip
hdf5-e00d3174e587025a1090362f510aa5d6cf67b304.tar.gz
hdf5-e00d3174e587025a1090362f510aa5d6cf67b304.tar.bz2
[svn-r16086] Purpose: Port H5Iis_valid function to 1.8 branch
Tested: kagiso (trunk version tested with h5committest)
Diffstat (limited to 'src/H5Ipublic.h')
-rw-r--r--src/H5Ipublic.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5Ipublic.h b/src/H5Ipublic.h
index 108f040..608bc9c 100644
--- a/src/H5Ipublic.h
+++ b/src/H5Ipublic.h
@@ -95,6 +95,7 @@ H5_DLL int H5Iget_type_ref(H5I_type_t type);
H5_DLL void *H5Isearch(H5I_type_t type, H5I_search_func_t func, void *key);
H5_DLL herr_t H5Inmembers(H5I_type_t type, hsize_t *num_members);
H5_DLL htri_t H5Itype_exists(H5I_type_t type);
+H5_DLL htri_t H5Iis_valid(hid_t id);
#ifdef __cplusplus
}