From a7f55c01ae632147f667efbbfdaaa509e2be01ed Mon Sep 17 00:00:00 2001 From: allen Date: Tue, 25 Jan 2000 10:05:56 +0000 Subject: CCTK function name changes git-svn-id: http://svn.cactuscode.org/flesh/trunk@1297 17b73243-c579-4c4c-a9d2-2d5706c11dac --- src/include/cctk_WarnLevel.h | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'src/include/cctk_WarnLevel.h') 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 -- cgit v1.2.3