summaryrefslogtreecommitdiff
path: root/src/include/cctk_WarnLevel.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/cctk_WarnLevel.h')
-rw-r--r--src/include/cctk_WarnLevel.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/include/cctk_WarnLevel.h b/src/include/cctk_WarnLevel.h
index 79338034..cfea4fe9 100644
--- a/src/include/cctk_WarnLevel.h
+++ b/src/include/cctk_WarnLevel.h
@@ -14,11 +14,12 @@
extern "C" {
#endif
-int CCTKi_SetWarnLevel(int level);
-void CCTK_Warn(int level, int line, const char *file, const char *thorn, const char *message);
+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 CCTKi_SetErrorLevel(int level);
void CCTK_Info(const char *thorn, const char *message);
#ifdef __cplusplus