summaryrefslogtreecommitdiff
path: root/src/main/CommandLine.c
diff options
context:
space:
mode:
authorgoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-12-03 22:32:05 +0000
committergoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-12-03 22:32:05 +0000
commit33016dc9a563ad8715c74579cd65f1a5ebc1a240 (patch)
tree12f848370b43d3533454ed3b2a0fb129ec608816 /src/main/CommandLine.c
parent443e7f089854224c846b3259e9b399a2bca8e377 (diff)
Added missing prototype.
Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1188 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src/main/CommandLine.c')
-rw-r--r--src/main/CommandLine.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/CommandLine.c b/src/main/CommandLine.c
index b761ce76..f39b5416 100644
--- a/src/main/CommandLine.c
+++ b/src/main/CommandLine.c
@@ -29,6 +29,7 @@ static char *rcsid = "$Header$";
char *compileTime(void);
char *compileDate(void);
+char *CCTK_FullVersion(void);
int CCTK_GetCommandLine(char ***outargv);
static void CCTKi_CommandLinePrintParameter(t_param_prop *properties);