aboutsummaryrefslogtreecommitdiff
path: root/src/H5IO.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5IO.h')
-rw-r--r--src/H5IO.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/H5IO.h b/src/H5IO.h
new file mode 100644
index 0000000..28637c9
--- /dev/null
+++ b/src/H5IO.h
@@ -0,0 +1,12 @@
+#ifndef __H5IO_H_
+#define __H5IO_H_
+
+#include "IOProtos.h"
+#include "Arch.h"
+
+IOFile H5IOopen PROTO((char *filename,char *accessname));
+IOFile H5IOopenRead PROTO((char *filename));
+IOFile H5IOopenWrite PROTO((char *filename));
+IOFile H5IOopenAppend PROTO((char *filename));
+
+#endif