summaryrefslogtreecommitdiffstats
path: root/src/H5Fpkg.h
diff options
context:
space:
mode:
authorMohamad Chaarawi <chaarawi@hdfgroup.org>2014-07-22 19:54:51 (GMT)
committerMohamad Chaarawi <chaarawi@hdfgroup.org>2014-07-22 19:54:51 (GMT)
commitbd66cdd5d6b46ddb9b275903baffcbeaaff65204 (patch)
tree187bff833fc4922687fd825e52e8f9f50b615212 /src/H5Fpkg.h
parentf1f7b15e506820107054bf5e867c3c02686d5c6c (diff)
downloadhdf5-bd66cdd5d6b46ddb9b275903baffcbeaaff65204.zip
hdf5-bd66cdd5d6b46ddb9b275903baffcbeaaff65204.tar.gz
hdf5-bd66cdd5d6b46ddb9b275903baffcbeaaff65204.tar.bz2
[svn-r25468] some code refactoring to align trunk with VOL branch.
tested with h5committest.
Diffstat (limited to 'src/H5Fpkg.h')
-rw-r--r--src/H5Fpkg.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/H5Fpkg.h b/src/H5Fpkg.h
index 9f48070..53fe0d9 100644
--- a/src/H5Fpkg.h
+++ b/src/H5Fpkg.h
@@ -292,7 +292,13 @@ H5_DLLVAR const H5AC_class_t H5AC_SUPERBLOCK[1];
/* General routines */
H5_DLL herr_t H5F_init(void);
H5_DLL herr_t H5F__term_deprec_interface(void);
+H5F_t *H5F_new(H5F_file_t *shared, unsigned flags, hid_t fcpl_id,
+ hid_t fapl_id, H5FD_t *lf);
+herr_t H5F_dest(H5F_t *f, hid_t dxpl_id, hbool_t flush);
H5_DLL herr_t H5F_flush(H5F_t *f, hid_t dxpl_id, hbool_t closing);
+H5_DLL htri_t H5F_is_hdf5(const char *name);
+H5_DLL herr_t H5F_get_objects(const H5F_t *f, unsigned types, size_t max_index, hid_t *obj_id_list, hbool_t app_ref, size_t *obj_id_count_ptr);
+H5_DLL herr_t H5F_close(H5F_t *f);
/* File mount related routines */
H5_DLL herr_t H5F_close_mounts(H5F_t *f);