summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-02-03 21:16:20 +0000
committerallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-02-03 21:16:20 +0000
commit58617982123a02e34010579846ccf488ce6f203e (patch)
tree1365a9a7c0477ef01db6b08881fcf3b7dff1e8a2 /src
parent08e66cde625de9052ac730e61761791a08017e91 (diff)
Fixed prototype
Cactus/220 git-svn-id: http://svn.cactuscode.org/flesh/trunk@1356 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src')
-rw-r--r--src/include/cctk_Parameter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/cctk_Parameter.h b/src/include/cctk_Parameter.h
index 79f033bf..ecab85c3 100644
--- a/src/include/cctk_Parameter.h
+++ b/src/include/cctk_Parameter.h
@@ -108,7 +108,7 @@ void *CCTK_ParameterGet (const char *name, /* The name of the parameter */
/* get the string representation of a parameter's value
(string should be freed afterwards) */
-char *ParameterValString (const char *name, /* The name of the parameter */
+char *CCTK_ParameterValString (const char *name, /* The name of the parameter */
const char *thorn); /* The originating thorn */
/* walk through list of parameters */