summaryrefslogtreecommitdiff
path: root/src/util/Misc.c
diff options
context:
space:
mode:
authorallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-07-25 00:18:55 +0000
committerallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-07-25 00:18:55 +0000
commit560f7a089e7a4796b8aef037e1f0abfa30dae376 (patch)
treef90e913939c607b28b3e89416b9b6cc2df7027c0 /src/util/Misc.c
parent0aaa0c279d5152b036eb1f1f5f7783650b0aabc4 (diff)
More names changes
git-svn-id: http://svn.cactuscode.org/flesh/trunk@780 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src/util/Misc.c')
-rw-r--r--src/util/Misc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/util/Misc.c b/src/util/Misc.c
index 49915fda..e2f47c5c 100644
--- a/src/util/Misc.c
+++ b/src/util/Misc.c
@@ -26,7 +26,7 @@
#include "WarnLevel.h"
/*@@
- @routine CCTK_SplitString
+ @routine Util_SplitString
@date Wed Jan 20 10:14:00 1999
@author Tom Goodale
@desc
@@ -41,7 +41,7 @@
@endhistory
@@*/
-int CCTK_SplitString(char **before, char **after, const char *string, const char *sep)
+int Util_SplitString(char **before, char **after, const char *string, const char *sep)
{
int retval;
char *position;