summaryrefslogtreecommitdiff
path: root/src/main/ProcessCommandLine.c
diff options
context:
space:
mode:
authorallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2001-02-25 08:52:50 +0000
committerallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2001-02-25 08:52:50 +0000
commitc54ff1d09ee37879aab6a9ecfd68820ec84fbd36 (patch)
tree5cf6c5622b43f483aa47618d3690d77e13cd14d2 /src/main/ProcessCommandLine.c
parentaa9df6d459b46a14c10aa45c418918583282093d (diff)
Function prototypes
git-svn-id: http://svn.cactuscode.org/flesh/trunk@2067 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src/main/ProcessCommandLine.c')
-rw-r--r--src/main/ProcessCommandLine.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/main/ProcessCommandLine.c b/src/main/ProcessCommandLine.c
index 288d94c3..db19d02f 100644
--- a/src/main/ProcessCommandLine.c
+++ b/src/main/ProcessCommandLine.c
@@ -14,6 +14,7 @@
#include "cctk_Flesh.h"
#include "cctk_GNU.h"
#include "cctk_Misc.h"
+#include "cctk_CommandLine.h"
#include "CommandLine.h"
@@ -33,6 +34,9 @@ CCTK_FILEVERSION(main_ProcessCommandLine_c)
********************* Other Routine Prototypes *********************
********************************************************************/
+void CCTK_FCALL CCTK_FNAME(CCTK_ParameterFilename)
+ (int *retval, int *len, char *name);
+
/********************************************************************
********************* Local Data *****************************
********************************************************************/