aboutsummaryrefslogtreecommitdiff
path: root/src/H5IO.h
diff options
context:
space:
mode:
authortradke <tradke@21a6bef8-4479-4f54-8f8d-0db94a2919ef>2000-09-13 13:49:13 +0000
committertradke <tradke@21a6bef8-4479-4f54-8f8d-0db94a2919ef>2000-09-13 13:49:13 +0000
commit8fe367ecf2cbda79960a68a052fdb84916427c0e (patch)
tree45c017765ab7f0eb6caf97540fc76ffd3bffba59 /src/H5IO.h
parentc490022d592551af7c29bc960cbbc09daf45972d (diff)
Importing latest stuff from development repository
git-svn-id: http://svn.cactuscode.org/arrangements/CactusExternal/FlexIO/trunk@2 21a6bef8-4479-4f54-8f8d-0db94a2919ef
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