summaryrefslogtreecommitdiffstats
path: root/src/H5Fprivate.h
diff options
context:
space:
mode:
authorRaymond Lu <songyulu@hdfgroup.org>2003-10-29 17:04:58 (GMT)
committerRaymond Lu <songyulu@hdfgroup.org>2003-10-29 17:04:58 (GMT)
commitd1f7c81a466c0bf041c380abee0f0c21ca30c86f (patch)
tree960def503380ca7737e93ae841bc2d4148b9d271 /src/H5Fprivate.h
parent219f713c6fdea98da7c1fdbb0eafa60a5f0bbe99 (diff)
downloadhdf5-d1f7c81a466c0bf041c380abee0f0c21ca30c86f.zip
hdf5-d1f7c81a466c0bf041c380abee0f0c21ca30c86f.tar.gz
hdf5-d1f7c81a466c0bf041c380abee0f0c21ca30c86f.tar.bz2
[svn-r7784] *** empty log message ***
Diffstat (limited to 'src/H5Fprivate.h')
-rw-r--r--src/H5Fprivate.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5Fprivate.h b/src/H5Fprivate.h
index 4f97e9a..800d14e 100644
--- a/src/H5Fprivate.h
+++ b/src/H5Fprivate.h
@@ -385,6 +385,7 @@ H5_DLL herr_t H5F_init(void);
H5_DLL hid_t H5F_get_driver_id(const H5F_t *f);
H5_DLL unsigned H5F_get_intent(const H5F_t *f);
H5_DLL herr_t H5F_get_fileno(const H5F_t *f, unsigned long *filenum);
+H5_DLL hid_t H5F_get_id(H5F_t *file);
H5_DLL int H5F_get_obj_count(const H5F_t *f, unsigned types);
H5_DLL int H5F_get_obj_ids(const H5F_t *f, unsigned types, int max_objs, hid_t *obj_id_list);
H5_DLL haddr_t H5F_get_base_addr(const H5F_t *f);