summaryrefslogtreecommitdiff
path: root/src/include/WarnLevel.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/WarnLevel.h')
-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