summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorjmasso <jmasso@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-06-03 09:20:39 +0000
committerjmasso <jmasso@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-06-03 09:20:39 +0000
commit6670038e623dc0d486f24ae72ebfc0d9b1a8d3a1 (patch)
tree227065555e2406957406320f0e672b0df0560430 /src/include
parentaa389873c96c22f911ef6de3116e95e38b7b42c6 (diff)
SOme more
git-svn-id: http://svn.cactuscode.org/flesh/trunk@544 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src/include')
-rw-r--r--src/include/IO.h34
1 files changed, 34 insertions, 0 deletions
diff --git a/src/include/IO.h b/src/include/IO.h
new file mode 100644
index 00000000..f476edbc
--- /dev/null
+++ b/src/include/IO.h
@@ -0,0 +1,34 @@
+ /*@@
+ @header IO.h
+ @date
+ @author Tom Goodale
+ @desc
+ Header defining the variables holding the overloaded communication functions
+ @enddesc
+ @version $Header$
+ @@*/
+
+#ifndef _IO_H_
+#define _IO_H_
+
+#include "OverloadMacros.h"
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+/* Define the prototypes for the functions. */
+#define OVERLOADABLE(name) OVERLOADABLE_PROTOTYPE(name)
+
+#include "IOOverloadables.h"
+
+#undef OVERLOADABLE
+
+#ifdef __cplusplus
+}
+#endif
+
+#endif
+
+
+
+