summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-07-21 18:56:53 +0000
committerallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-07-21 18:56:53 +0000
commitb973f7097c613fd48f42730a0f78a57403345176 (patch)
treef6d3d5b618b90b13efbdb6c4a35f68934ef1e927 /src/include
parent1d996cecf4d48202bd4a6c4fe53b77d8c2e6ba67 (diff)
Changed names for some functions which should just be internal
git-svn-id: http://svn.cactuscode.org/flesh/trunk@761 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src/include')
-rw-r--r--src/include/WarnLevel.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/include/WarnLevel.h b/src/include/WarnLevel.h
index 12108aa1..d8e6c822 100644
--- a/src/include/WarnLevel.h
+++ b/src/include/WarnLevel.h
@@ -14,11 +14,11 @@
extern "C" {
#endif
-int CCTK_SetWarnLevel(int level);
-int CCTK_Warn(int level, int line, const char *file, const char *thorn, const char *message);
+int CCTKi_SetWarnLevel(int level);
+void CCTK_Warn(int level, int line, const char *file, const char *thorn, const char *message);
void CCTK_ParamWarn(const char *thorn, const char *message);
void CCTKi_FinaliseParamWarn(void);
-int CCTK_SetErrorLevel(int level);
+int CCTKi_SetErrorLevel(int level);
void CCTK_Info(const char *thorn, const char *message);
#ifdef __cplusplus