summaryrefslogtreecommitdiff
path: root/src/include/CommandLine.h
diff options
context:
space:
mode:
authorgoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-10-18 10:02:12 +0000
committergoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-10-18 10:02:12 +0000
commit4d4f441b39716065ba4d993acb2ff2c0f4da27ab (patch)
treefec860f0270b08156deaa9a23c0534acd210125b /src/include/CommandLine.h
parent182294aefb58d7cbca819e8b77c0893709b9dc36 (diff)
Some bugfixes and renaming of parameter stuff.
Some more stuff for ActiveThorns. Now the -O and -o commandline options do something sensible. You can also pass an optional parameter 'v' to -O which makes it very verbose. Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1054 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src/include/CommandLine.h')
-rw-r--r--src/include/CommandLine.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/CommandLine.h b/src/include/CommandLine.h
index 8c873d90..0c679a89 100644
--- a/src/include/CommandLine.h
+++ b/src/include/CommandLine.h
@@ -15,7 +15,7 @@ extern "C" {
#endif
void CCTKi_CommandLineTestThornCompiled(const char *optarg);
-void CCTKi_CommandLineDescribeAllParameters(void);
+void CCTKi_CommandLineDescribeAllParameters(const char *optarg);
void CCTKi_CommandLineDescribeParameter(const char *optarg);
void CCTKi_CommandLineTestParameters(const char *optarg);
void CCTKi_CommandLineWarningLevel(const char *optarg);