summaryrefslogtreecommitdiff
path: root/src/main/ShutdownCactus.c
diff options
context:
space:
mode:
authorgoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>1998-09-28 16:39:42 +0000
committergoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>1998-09-28 16:39:42 +0000
commit549a5b50599aa8e5d9e1aafc1b7ed224a4c735c0 (patch)
treee3572a9b4ed71de4ba8ea9fb93d8eb333abafc7a /src/main/ShutdownCactus.c
parent0c6314f6fceb88500a740c5313dd55f09f9c771c (diff)
Basic structure now implemented. Still needs all the code behind the skeleton.
git-svn-id: http://svn.cactuscode.org/flesh/trunk@7 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src/main/ShutdownCactus.c')
-rw-r--r--src/main/ShutdownCactus.c34
1 files changed, 34 insertions, 0 deletions
diff --git a/src/main/ShutdownCactus.c b/src/main/ShutdownCactus.c
new file mode 100644
index 00000000..7e260a59
--- /dev/null
+++ b/src/main/ShutdownCactus.c
@@ -0,0 +1,34 @@
+ /*@@
+ @file ShutdownCactus.c
+ @date Mon Sep 28 14:25:48 1998
+ @author Tom Goodale
+ @desc
+ Contains routines to shutdown cactus.
+ @enddesc
+ @@*/
+
+#include <stdio.h>
+
+#include "flesh.h"
+
+static char *rcsid = "$Id$";
+
+
+ /*@@
+ @routine ShutdownCactus
+ @date Mon Sep 28 14:50:50 1998
+ @author Tom Goodale
+ @desc
+ Cactus specific shutdown stuff.
+ @enddesc
+ @calls
+ @calledby
+ @history
+
+ @endhistory
+
+@@*/
+int ShutdownCactus(tFleshConfig *ConfigData)
+{
+ return 0;
+}