summaryrefslogtreecommitdiffstats
path: root/src/hdf5.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/hdf5.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/hdf5.h')
-rw-r--r--src/hdf5.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/hdf5.h b/src/hdf5.h
index ef15063..a1f1880 100644
--- a/src/hdf5.h
+++ b/src/hdf5.h
@@ -24,6 +24,7 @@
#include "H5public.h"
#include "H5Apublic.h" /* Attributes */
#include "H5ACpublic.h" /* Metadata cache */
+#include "H5AC2public.h" /* New Metadata cache */
#include "H5Dpublic.h" /* Datasets */
#include "H5Epublic.h" /* Errors */
#include "H5Fpublic.h" /* Files */