summaryrefslogtreecommitdiffstats
path: root/src/H5C2public.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5C2public.h')
-rw-r--r--src/H5C2public.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/H5C2public.h b/src/H5C2public.h
index 6416d12..150e05c 100644
--- a/src/H5C2public.h
+++ b/src/H5C2public.h
@@ -30,7 +30,7 @@
/* Public headers needed by this file */
#include "H5public.h"
-#include "H5Fpublic.h" /*for H5Pset_fapl_journal */
+#include "H5Fpublic.h" /*for H5Pset_journal */
#ifdef __cplusplus
extern "C" {
@@ -57,7 +57,7 @@ enum H5C2_cache_decr_mode
H5C2_decr__age_out_with_threshold
};
-H5_DLL herr_t H5Pset_fapl_journal(hid_t fapl_id, const char *journal_file);
+H5_DLL herr_t H5Pset_journal(hid_t fapl_id, const char *journal_file);
#ifdef __cplusplus
}