summaryrefslogtreecommitdiffstats
path: root/src/H5FDmulti.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5FDmulti.h')
-rw-r--r--src/H5FDmulti.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/H5FDmulti.h b/src/H5FDmulti.h
index 959a019..59c1336 100644
--- a/src/H5FDmulti.h
+++ b/src/H5FDmulti.h
@@ -31,8 +31,9 @@
extern "C" {
#endif
H5_DLL hid_t H5FD_multi_init(void);
+H5_DLL void H5FD_multi_term(void);
H5_DLL herr_t H5Pset_fapl_multi(hid_t fapl_id, const H5FD_mem_t *memb_map,
- const hid_t *memb_fapl, const char * const *memb_name,
+ const hid_t *memb_fapl, const char * const *memb_name,
const haddr_t *memb_addr, hbool_t relax);
H5_DLL herr_t H5Pget_fapl_multi(hid_t fapl_id, H5FD_mem_t *memb_map/*out*/,
hid_t *memb_fapl/*out*/, char **memb_name/*out*/,