diff options
author | Mohamad Chaarawi <chaarawi@hdfgroup.org> | 2012-04-11 21:15:15 (GMT) |
---|---|---|
committer | Mohamad Chaarawi <chaarawi@hdfgroup.org> | 2012-04-11 21:15:15 (GMT) |
commit | f70f5b17403c20bef94e4c43bdf86e7fd4b88ec8 (patch) | |
tree | c1fcd41db93340195e18a941660cb93782c36f97 /src/H5Fprivate.h | |
parent | 45f6d4c1eed29c45476970a9703304378a5a1073 (diff) | |
download | hdf5-f70f5b17403c20bef94e4c43bdf86e7fd4b88ec8.zip hdf5-f70f5b17403c20bef94e4c43bdf86e7fd4b88ec8.tar.gz hdf5-f70f5b17403c20bef94e4c43bdf86e7fd4b88ec8.tar.bz2 |
[svn-r22278] make get_vfd go through a generic file callback
rearrange routines alphabetically
Diffstat (limited to 'src/H5Fprivate.h')
-rw-r--r-- | src/H5Fprivate.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5Fprivate.h b/src/H5Fprivate.h index 7e45cfa..bf5e02d 100644 --- a/src/H5Fprivate.h +++ b/src/H5Fprivate.h @@ -534,6 +534,7 @@ 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); |