summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authortradke <tradke@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-05-12 14:11:15 +0000
committertradke <tradke@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-05-12 14:11:15 +0000
commite00833a130dd875cd8e1e9d2a2d653272dae7904 (patch)
tree31cd9489fbc28a8de7c9c42748097e6bbca2fb26 /src/include
parentef886df4c94e38d9fb62948e55928119931d8036 (diff)
Added prototype for CCTK_Info()
git-svn-id: http://svn.cactuscode.org/flesh/trunk@523 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src/include')
-rw-r--r--src/include/WarnLevel.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/WarnLevel.h b/src/include/WarnLevel.h
index 4c6aab4b..94d5309a 100644
--- a/src/include/WarnLevel.h
+++ b/src/include/WarnLevel.h
@@ -17,6 +17,7 @@ extern "C" {
int CCTK_SetWarnLevel(int level);
int CCTK_Warn(int level, const char *thorn, const char *message);
int CCTK_SetErrorLevel(int level);
+int CCTK_Info(const char *message);
#ifdef __cplusplus
}