summaryrefslogtreecommitdiff
path: root/src/main/ProcessParameterDatabase.c
diff options
context:
space:
mode:
authorcactus_cvs <cactus_cvs@17b73243-c579-4c4c-a9d2-2d5706c11dac>1998-09-25 08:07:40 +0000
committercactus_cvs <cactus_cvs@17b73243-c579-4c4c-a9d2-2d5706c11dac>1998-09-25 08:07:40 +0000
commitc915d9737763b475991568082d194a786a387938 (patch)
treef467243c2db8dc8796ce21d49214f63a4457f802 /src/main/ProcessParameterDatabase.c
parent27d1d68f67ecd5e856ecdb8435dc6f1fd52efdce (diff)
Initial import
git-svn-id: http://svn.cactuscode.org/flesh/trunk@2 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src/main/ProcessParameterDatabase.c')
-rw-r--r--src/main/ProcessParameterDatabase.c40
1 files changed, 40 insertions, 0 deletions
diff --git a/src/main/ProcessParameterDatabase.c b/src/main/ProcessParameterDatabase.c
new file mode 100644
index 00000000..b1891ae2
--- /dev/null
+++ b/src/main/ProcessParameterDatabase.c
@@ -0,0 +1,40 @@
+ /*@@
+ @file ProcessParameterDatabase.c
+ @date Thu Sep 24 10:34:46 1998
+ @author Tom Goodale
+ @desc
+ Routines to determine the parameters and store them.
+ @enddesc
+ @@*/
+
+#include <stdio.h>
+
+#include "flesh.h"
+
+static char *rcsid = "$Id$";
+
+
+ /*@@
+ @routine ProcessParameterDatabase
+ @date Thu Sep 24 10:37:07 1998
+ @author Tom Goodale
+ @desc
+
+ @enddesc
+ @calls
+ @calledby
+ @history
+
+ @endhistory
+
+@@*/
+int ProcessParameterDatabase(tFleshConfig *ConfigData)
+{
+
+ return 0;
+}
+
+
+
+
+