summaryrefslogtreecommitdiffstats
path: root/src/H5C2public.h
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2008-06-12 14:40:25 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2008-06-12 14:40:25 (GMT)
commita588394bc727230d7cad2db133c87bc1ff22f281 (patch)
treea02766dbd22d76b73d31bc19bbe72e5b6c931e58 /src/H5C2public.h
parent21bdf4d470420f461ccf3b924666444a76accaa2 (diff)
downloadhdf5-a588394bc727230d7cad2db133c87bc1ff22f281.zip
hdf5-a588394bc727230d7cad2db133c87bc1ff22f281.tar.gz
hdf5-a588394bc727230d7cad2db133c87bc1ff22f281.tar.bz2
[svn-r15205] Moved the protocol of H5Pset_journal from H5C2public.h to H5Ppublic.h.
Added H5AC2public.h to hdf5.h. Tested: kagiso.
Diffstat (limited to 'src/H5C2public.h')
-rw-r--r--src/H5C2public.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/H5C2public.h b/src/H5C2public.h
index 150e05c..d293ccb 100644
--- a/src/H5C2public.h
+++ b/src/H5C2public.h
@@ -30,7 +30,6 @@
/* Public headers needed by this file */
#include "H5public.h"
-#include "H5Fpublic.h" /*for H5Pset_journal */
#ifdef __cplusplus
extern "C" {
@@ -57,8 +56,6 @@ enum H5C2_cache_decr_mode
H5C2_decr__age_out_with_threshold
};
-H5_DLL herr_t H5Pset_journal(hid_t fapl_id, const char *journal_file);
-
#ifdef __cplusplus
}
#endif