summaryrefslogtreecommitdiffstats
path: root/src/H5FDfamily.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5FDfamily.h')
-rw-r--r--src/H5FDfamily.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5FDfamily.h b/src/H5FDfamily.h
index 11e8c67..c774bdb 100644
--- a/src/H5FDfamily.h
+++ b/src/H5FDfamily.h
@@ -30,6 +30,7 @@ extern "C" {
#endif
H5_DLL hid_t H5FD_family_init(void);
+H5_DLL void H5FD_family_term(void);
H5_DLL herr_t H5Pset_fapl_family(hid_t fapl_id, hsize_t memb_size,
hid_t memb_fapl_id);
H5_DLL herr_t H5Pget_fapl_family(hid_t fapl_id, hsize_t *memb_size/*out*/,