summaryrefslogtreecommitdiffstats
path: root/src/H5FSpkg.h
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2020-07-09 20:38:38 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2020-07-09 20:38:38 (GMT)
commit252c57f8d0bc9fb650e15b7536b7b26a07e34eac (patch)
tree5b73a03ac6a4b8d1bfb6f4f008c6c788c737bfa1 /src/H5FSpkg.h
parent348b6d97a77a4c272dbd8b769a1cfb8e3840c2ce (diff)
downloadhdf5-252c57f8d0bc9fb650e15b7536b7b26a07e34eac.zip
hdf5-252c57f8d0bc9fb650e15b7536b7b26a07e34eac.tar.gz
hdf5-252c57f8d0bc9fb650e15b7536b7b26a07e34eac.tar.bz2
H5F and H5FS normalization with develop.
Diffstat (limited to 'src/H5FSpkg.h')
-rw-r--r--src/H5FSpkg.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/H5FSpkg.h b/src/H5FSpkg.h
index eff4dcf..2c56ab6 100644
--- a/src/H5FSpkg.h
+++ b/src/H5FSpkg.h
@@ -221,16 +221,16 @@ H5_DLL herr_t H5FS__destroy_flush_depend(H5AC_info_t *parent_entry, H5AC_info_t
/* Free space manager header routines */
H5_DLL H5FS_t *H5FS__new(const H5F_t *f, uint16_t nclasses,
const H5FS_section_class_t *classes[], void *cls_init_udata);
-H5_DLL herr_t H5FS_incr(H5FS_t *fspace);
-H5_DLL herr_t H5FS_decr(H5FS_t *fspace);
-H5_DLL herr_t H5FS_dirty(H5FS_t *fspace);
+H5_DLL herr_t H5FS__incr(H5FS_t *fspace);
+H5_DLL herr_t H5FS__decr(H5FS_t *fspace);
+H5_DLL herr_t H5FS__dirty(H5FS_t *fspace);
/* Free space section routines */
-H5_DLL H5FS_sinfo_t *H5FS_sinfo_new(H5F_t *f, H5FS_t *fspace);
+H5_DLL H5FS_sinfo_t *H5FS__sinfo_new(H5F_t *f, H5FS_t *fspace);
/* Routines for destroying structures */
H5_DLL herr_t H5FS__hdr_dest(H5FS_t *hdr);
-H5_DLL herr_t H5FS_sinfo_dest(H5FS_sinfo_t *sinfo);
+H5_DLL herr_t H5FS__sinfo_dest(H5FS_sinfo_t *sinfo);
/* Sanity check routines */
#ifdef H5FS_DEBUG_ASSERT