summaryrefslogtreecommitdiff
path: root/src/main/ProcessCommandLine.c
diff options
context:
space:
mode:
authoreschnett <eschnett@17b73243-c579-4c4c-a9d2-2d5706c11dac>2012-10-25 19:43:35 +0000
committereschnett <eschnett@17b73243-c579-4c4c-a9d2-2d5706c11dac>2012-10-25 19:43:35 +0000
commit9656c09545501df6f2294a12cfeaaf07011139be (patch)
treedb9d9bcc3c6b72472fb639c2c946e7ee48bdb5a0 /src/main/ProcessCommandLine.c
parent866010c564db76feef4e3afb57ced7af77ec5839 (diff)
Use CCTKi prefix for ExitIfParamCheckOnly
git-svn-id: http://svn.cactuscode.org/flesh/trunk@4894 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src/main/ProcessCommandLine.c')
-rw-r--r--src/main/ProcessCommandLine.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/ProcessCommandLine.c b/src/main/ProcessCommandLine.c
index 46301f15..47ee66ce 100644
--- a/src/main/ProcessCommandLine.c
+++ b/src/main/ProcessCommandLine.c
@@ -340,7 +340,7 @@ void CCTK_FCALL CCTK_FNAME(CCTK_ParameterFilename)
*retval = CCTK_ParameterFilename(*len,name);
}
-int CCTK_ExitAfterParamCheck()
+int CCTKi_ExitAfterParamCheck()
{
return exit_after_param_check;
}