summaryrefslogtreecommitdiff
path: root/src/include/CactusMainDefaults.h
diff options
context:
space:
mode:
authorgoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>1998-09-29 15:14:47 +0000
committergoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>1998-09-29 15:14:47 +0000
commitae9f67b0584e3f2fa10c488ff849c0021ff61905 (patch)
treebf09096c3a025a06921b5eb8c685b72f1ac6d756 /src/include/CactusMainDefaults.h
parentf33a0851faf673b9da38fd49e6584604abb2e177 (diff)
New types cGH and cGF.
Headers containing default routine prototypes. git-svn-id: http://svn.cactuscode.org/flesh/trunk@15 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src/include/CactusMainDefaults.h')
-rw-r--r--src/include/CactusMainDefaults.h28
1 files changed, 28 insertions, 0 deletions
diff --git a/src/include/CactusMainDefaults.h b/src/include/CactusMainDefaults.h
new file mode 100644
index 00000000..3eb5ea58
--- /dev/null
+++ b/src/include/CactusMainDefaults.h
@@ -0,0 +1,28 @@
+ /*@@
+ @header CactusMainDefaults.h
+ @date Tue Sep 29 12:40:39 1998
+ @author Tom Goodale
+ @desc
+ Prototypes for default functions.
+ @enddesc
+ @@*/
+
+
+/* $Id$ */
+
+#ifndef _CACTUSMAINDEFAULTS_H_
+#define _CACTUSMAINDEFAULTS_H_
+
+#ifdef _cplusplus
+extern "C" {
+#endif
+
+int CactusDefaultInitialise(tFleshConfig *);
+int CactusDefaultEvolve(tFleshConfig *);
+int CactusDefaultShutdown(tFleshConfig *);
+
+#ifdef _cplusplus
+ }
+#endif
+
+#endif