summaryrefslogtreecommitdiff
path: root/src/main/ProcessCommandLine.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/ProcessCommandLine.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/ProcessCommandLine.c')
-rw-r--r--src/main/ProcessCommandLine.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/main/ProcessCommandLine.c b/src/main/ProcessCommandLine.c
index c82a9546..96be310b 100644
--- a/src/main/ProcessCommandLine.c
+++ b/src/main/ProcessCommandLine.c
@@ -10,7 +10,9 @@
#include "flesh.h"
-static int argc;
+static char *rcsid = "$Id$";
+
+static int *argc;
static char **argv;