summaryrefslogtreecommitdiffstats
path: root/src/H5Fpublic.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5Fpublic.h')
-rw-r--r--src/H5Fpublic.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/H5Fpublic.h b/src/H5Fpublic.h
index a055d46..185775d 100644
--- a/src/H5Fpublic.h
+++ b/src/H5Fpublic.h
@@ -23,6 +23,7 @@
#include "H5public.h"
#include "H5Cpublic.h"
#include "H5ACpublic.h"
+#include "H5AC2public.h"
#include "H5Ipublic.h"
/* When this header is included from a private header, don't make calls to H5check() */
@@ -136,6 +137,10 @@ H5_DLL herr_t H5Fmount(hid_t loc, const char *name, hid_t child, hid_t plist);
H5_DLL herr_t H5Funmount(hid_t loc, const char *name);
H5_DLL hssize_t H5Fget_freespace(hid_t file_id);
H5_DLL herr_t H5Fget_filesize(hid_t file_id, hsize_t *size);
+H5_DLL herr_t H5Fget_jnl_config(hid_t file_id,
+ H5AC2_jnl_config_t *config_ptr);
+H5_DLL herr_t H5Fset_jnl_config(hid_t file_id,
+ H5AC2_jnl_config_t *config_ptr);
H5_DLL herr_t H5Fget_mdc_config(hid_t file_id,
H5AC_cache_config_t * config_ptr);
H5_DLL herr_t H5Fset_mdc_config(hid_t file_id,