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.h10
1 files changed, 4 insertions, 6 deletions
diff --git a/src/include/cctk_WarnLevel.h b/src/include/cctk_WarnLevel.h
index 3da90c21..52cbda39 100644
--- a/src/include/cctk_WarnLevel.h
+++ b/src/include/cctk_WarnLevel.h
@@ -16,21 +16,19 @@ extern "C"
{
#endif
-void CCTK_Warn(int level,
+int CCTK_Warn(int level,
int line,
const char *file,
const char *thorn,
const char *message);
-void CCTK_VWarn(int level,
+int CCTK_VWarn(int level,
int line,
const char *file,
const char *thorn,
const char *format, ...);
-void CCTK_ParamWarn(const char *thorn, const char *message);
-void CCTK_Info(const char *thorn, const char *message);
+int CCTK_ParamWarn(const char *thorn, const char *message);
+int CCTK_Info(const char *thorn, const char *message);
-void CCTKi_NotYetImplemented(const char *message);
-
#ifdef __cplusplus
}
#endif