summaryrefslogtreecommitdiffstats
path: root/src/H5Fpkg.h
diff options
context:
space:
mode:
authorMohamad Chaarawi <chaarawi@hdfgroup.org>2015-05-15 17:17:30 (GMT)
committerMohamad Chaarawi <chaarawi@hdfgroup.org>2015-05-15 17:17:30 (GMT)
commit64e1ed4e2869ee23ed29e31afcf7683864ce4a06 (patch)
tree80942468464e05266f8be9d296b94d4025504199 /src/H5Fpkg.h
parent5520ff138ca79bb5aa46146908773c910f767554 (diff)
parentbf53b8c95c62bb359c2671870412f1e045ee1d59 (diff)
downloadhdf5-64e1ed4e2869ee23ed29e31afcf7683864ce4a06.zip
hdf5-64e1ed4e2869ee23ed29e31afcf7683864ce4a06.tar.gz
hdf5-64e1ed4e2869ee23ed29e31afcf7683864ce4a06.tar.bz2
[svn-r27090] merge from trunk.
Diffstat (limited to 'src/H5Fpkg.h')
-rw-r--r--src/H5Fpkg.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/H5Fpkg.h b/src/H5Fpkg.h
index 74d7e9a..b109cdf 100644
--- a/src/H5Fpkg.h
+++ b/src/H5Fpkg.h
@@ -339,10 +339,10 @@ H5_DLL int H5F_term_unmount_cb(void *obj_ptr, hid_t obj_id, void *key);
H5_DLL herr_t H5F_mount_count_ids(H5F_t *f, unsigned *nopen_files, unsigned *nopen_objs);
/* Superblock related routines */
-H5_DLL herr_t H5F_super_init(H5F_t *f, hid_t dxpl_id);
-H5_DLL herr_t H5F_super_read(H5F_t *f, hid_t dxpl_id);
-H5_DLL herr_t H5F_super_size(H5F_t *f, hid_t dxpl_id, hsize_t *super_size, hsize_t *super_ext_size);
-H5_DLL herr_t H5F_super_free(H5F_super_t *sblock);
+H5_DLL herr_t H5F__super_init(H5F_t *f, hid_t dxpl_id);
+H5_DLL herr_t H5F__super_read(H5F_t *f, hid_t dxpl_id);
+H5_DLL herr_t H5F__super_size(H5F_t *f, hid_t dxpl_id, hsize_t *super_size, hsize_t *super_ext_size);
+H5_DLL herr_t H5F__super_free(H5F_super_t *sblock);
/* Superblock extension related routines */
H5_DLL herr_t H5F_super_ext_open(H5F_t *f, haddr_t ext_addr, H5O_loc_t *ext_ptr);