aboutsummaryrefslogtreecommitdiff
path: root/src/HDFIO.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/HDFIO.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/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