aboutsummaryrefslogtreecommitdiff
path: root/src/HDFIO.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/HDFIO.h')
-rw-r--r--src/HDFIO.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/HDFIO.h b/src/HDFIO.h
new file mode 100644
index 0000000..a3f8f89
--- /dev/null
+++ b/src/HDFIO.h
@@ -0,0 +1,12 @@
+#ifndef __HDFIO_H_
+#define __HDFIO_H_
+
+#include "IOProtos.h"
+#include "Arch.h"
+
+IOFile HDFIOopen PROTO((char *filename,char *accessname));
+IOFile HDFIOopenRead PROTO((char *filename));
+IOFile HDFIOopenWrite PROTO((char *filename));
+IOFile HDFIOopenAppend PROTO((char *filename));
+
+#endif