summaryrefslogtreecommitdiff
path: root/src/include/cctk_WarnLevel.h
diff options
context:
space:
mode:
authorallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-10-14 09:21:37 +0000
committerallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-10-14 09:21:37 +0000
commit0e3fed830849805dbc54c23febe35152733bed56 (patch)
tree6c123d7cf7a547c8d5adac3d5dd168170eebe956 /src/include/cctk_WarnLevel.h
parentcc7a974beee1d31931edf57c051186b4ea1cf56b (diff)
Changing the #def statement to be the filename
git-svn-id: http://svn.cactuscode.org/flesh/trunk@1025 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src/include/cctk_WarnLevel.h')
-rw-r--r--src/include/cctk_WarnLevel.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/include/cctk_WarnLevel.h b/src/include/cctk_WarnLevel.h
index fb39f255..79338034 100644
--- a/src/include/cctk_WarnLevel.h
+++ b/src/include/cctk_WarnLevel.h
@@ -1,5 +1,5 @@
/*@@
- @header WarnLevel.h
+ @header cctk_WarnLevel.h
@date Wed Feb 17 00:53:55 1999
@author Tom Goodale
@desc
@@ -7,8 +7,8 @@
@enddesc
@@*/
-#ifndef _WARNLEVEL_H_
-#define _WARNLEVEL_H_
+#ifndef _CCTK_WARNLEVEL_H_
+#define _CCTK_WARNLEVEL_H_
#ifdef __cplusplus
extern "C" {
@@ -17,7 +17,7 @@ extern "C" {
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 CCTK_FinaliseParamWarn(void);
+void CCTKi_FinaliseParamWarn(void);
int CCTKi_SetErrorLevel(int level);
void CCTK_Info(const char *thorn, const char *message);