summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorgoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-11-23 17:04:47 +0000
committergoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-11-23 17:04:47 +0000
commitd31a4b7b151a521c63a6e534d075157a23b54a75 (patch)
tree22d356c3c82ab094fa6891bb3b549820d9d79084 /src
parenta440bd5e66dd5b662879b60c0e0ca10c3460fc7d (diff)
Added a variable argument list CCTK_Warn.
Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1162 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src')
-rw-r--r--src/include/cctk_WarnLevel.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/include/cctk_WarnLevel.h b/src/include/cctk_WarnLevel.h
index cfea4fe9..64f3c718 100644
--- a/src/include/cctk_WarnLevel.h
+++ b/src/include/cctk_WarnLevel.h
@@ -19,6 +19,11 @@ void CCTK_Warn(int level,
const char *file,
const char *thorn,
const char *message);
+void 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);