summaryrefslogtreecommitdiff
path: root/src/include/cctk_WarnLevel.h
diff options
context:
space:
mode:
authorallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-07-30 13:12:54 +0000
committerallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-07-30 13:12:54 +0000
commit08d345f1a8c59312367b102d37ce30ef2070ad31 (patch)
tree1aa71d16bbbc6c19a6aeb040bbd7f74ff191add9 /src/include/cctk_WarnLevel.h
parent911d72f4fc3e61a8faa523cdf5c6f4b37d5d0c33 (diff)
New include file names
git-svn-id: http://svn.cactuscode.org/flesh/trunk@833 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src/include/cctk_WarnLevel.h')
-rw-r--r--src/include/cctk_WarnLevel.h28
1 files changed, 28 insertions, 0 deletions
diff --git a/src/include/cctk_WarnLevel.h b/src/include/cctk_WarnLevel.h
new file mode 100644
index 00000000..fb39f255
--- /dev/null
+++ b/src/include/cctk_WarnLevel.h
@@ -0,0 +1,28 @@
+ /*@@
+ @header WarnLevel.h
+ @date Wed Feb 17 00:53:55 1999
+ @author Tom Goodale
+ @desc
+ Header for the warning functions.
+ @enddesc
+ @@*/
+
+#ifndef _WARNLEVEL_H_
+#define _WARNLEVEL_H_
+
+#ifdef __cplusplus
+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_ParamWarn(const char *thorn, const char *message);
+void CCTK_FinaliseParamWarn(void);
+int CCTKi_SetErrorLevel(int level);
+void CCTK_Info(const char *thorn, const char *message);
+
+#ifdef __cplusplus
+}
+#endif
+
+#endif