summaryrefslogtreecommitdiffstats
path: root/src/H5Fprivate.h
diff options
context:
space:
mode:
authorMohamad Chaarawi <chaarawi@hdfgroup.org>2012-06-14 13:29:30 (GMT)
committerMohamad Chaarawi <chaarawi@hdfgroup.org>2012-06-14 13:29:30 (GMT)
commit87a81eb5afd4d24b2ba42ef78d8aee433c8e8639 (patch)
tree07cedd27e147e1ee6dfd2aa28ff96970614e2d41 /src/H5Fprivate.h
parentff91dd8c3b3d376f005790d5105daf0ee23a73a9 (diff)
downloadhdf5-87a81eb5afd4d24b2ba42ef78d8aee433c8e8639.zip
hdf5-87a81eb5afd4d24b2ba42ef78d8aee433c8e8639.tar.gz
hdf5-87a81eb5afd4d24b2ba42ef78d8aee433c8e8639.tar.bz2
[svn-r22461] add a prototype for a new API routine, H5Fis_accessable
Diffstat (limited to 'src/H5Fprivate.h')
-rw-r--r--src/H5Fprivate.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/H5Fprivate.h b/src/H5Fprivate.h
index 20aff87..26ef19e 100644
--- a/src/H5Fprivate.h
+++ b/src/H5Fprivate.h
@@ -535,7 +535,6 @@ H5_DLL hid_t H5F_get_id(H5F_t *file, hbool_t app_ref);
H5_DLL herr_t H5F_get_obj_count(const H5F_t *f, unsigned types, hbool_t app_ref, size_t *obj_id_count_ptr);
H5_DLL herr_t H5F_get_obj_ids(const H5F_t *f, unsigned types, size_t max_objs, hid_t *oid_list, hbool_t app_ref, size_t *obj_id_count_ptr);
H5_DLL struct H5VL_class_t *H5F_get_vol_cls(const H5F_t *f);
-H5_DLL htri_t H5F_is_hdf5(const char *name);
/* Functions than retrieve values set/cached from the superblock/FCPL */
H5_DLL haddr_t H5F_get_base_addr(const H5F_t *f);