summaryrefslogtreecommitdiffstats
path: root/src/hdf5.h
diff options
context:
space:
mode:
authorJerome Soumagne <jsoumagne@hdfgroup.org>2014-03-17 17:37:27 (GMT)
committerJerome Soumagne <jsoumagne@hdfgroup.org>2014-03-17 17:37:27 (GMT)
commitad72021fd1b22c0e83053a30b3fcd66c40e29a84 (patch)
tree6a9cf3543c63b0a6a380737a845d296c9ab13adc /src/hdf5.h
parentbcf7c98ef92b4b318d0afcf21ad3b95b522e18f8 (diff)
downloadhdf5-ad72021fd1b22c0e83053a30b3fcd66c40e29a84.zip
hdf5-ad72021fd1b22c0e83053a30b3fcd66c40e29a84.tar.gz
hdf5-ad72021fd1b22c0e83053a30b3fcd66c40e29a84.tar.bz2
[svn-r24813] Add H5Xpublic/H5Vpublic to hdf5.h
Add index test in testff Add indexing query callback to H5Vcreate Cleanup
Diffstat (limited to 'src/hdf5.h')
-rw-r--r--src/hdf5.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/hdf5.h b/src/hdf5.h
index c46c694..3735585 100644
--- a/src/hdf5.h
+++ b/src/hdf5.h
@@ -42,6 +42,10 @@
#include "H5Spublic.h" /* Dataspaces */
#include "H5Tpublic.h" /* Datatypes */
#include "H5TRpublic.h" /* Transcations */
+#include "H5Vpublic.h" /* Views */
+#ifdef H5_HAVE_INDEXING
+#include "H5Xpublic.h" /* Index plugins */
+#endif
#include "H5Zpublic.h" /* Data filters */
#include "H5VLpublic.h" /* VOL plugins */