From b973f7097c613fd48f42730a0f78a57403345176 Mon Sep 17 00:00:00 2001 From: allen Date: Wed, 21 Jul 1999 18:56:53 +0000 Subject: 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 --- src/include/WarnLevel.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/include') 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 -- cgit v1.2.3