summaryrefslogtreecommitdiffstats
path: root/src/H5Iprivate.h
diff options
context:
space:
mode:
authorMuQun Yang <ymuqun@hdfgroup.org>2006-11-03 03:50:32 (GMT)
committerMuQun Yang <ymuqun@hdfgroup.org>2006-11-03 03:50:32 (GMT)
commit19f0abf0fa555707df34de8aa6e7948b06e01864 (patch)
treeaf36711ba0058e05c5873709165f1e2ed6501a92 /src/H5Iprivate.h
parent06408a4efb5fc823e8e65e985a30eb21c611c32d (diff)
downloadhdf5-19f0abf0fa555707df34de8aa6e7948b06e01864.zip
hdf5-19f0abf0fa555707df34de8aa6e7948b06e01864.tar.gz
hdf5-19f0abf0fa555707df34de8aa6e7948b06e01864.tar.bz2
[svn-r12852] Add the declaration of H5I_get_file_id to avoid a bad windows warning.
Diffstat (limited to 'src/H5Iprivate.h')
-rw-r--r--src/H5Iprivate.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5Iprivate.h b/src/H5Iprivate.h
index 934bcda..1ebcfe0 100644
--- a/src/H5Iprivate.h
+++ b/src/H5Iprivate.h
@@ -57,6 +57,7 @@ H5_DLL hid_t H5I_register(H5I_type_t type, void *object);
H5_DLL void *H5I_object(hid_t id);
H5_DLL void *H5I_object_verify(hid_t id, H5I_type_t id_type);
H5_DLL H5I_type_t H5I_get_type(hid_t id);
+H5_DLL hid_t H5I_get_file_id(hid_t);
H5_DLL void *H5I_remove(hid_t id);
H5_DLL void *H5I_remove_verify(hid_t id, H5I_type_t id_type);
H5_DLL void *H5I_search(H5I_type_t type, H5I_search_func_t func, void *key);