summaryrefslogtreecommitdiff
path: root/src/include/cctk_WarnLevel.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/cctk_WarnLevel.h')
-rw-r--r--src/include/cctk_WarnLevel.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/include/cctk_WarnLevel.h b/src/include/cctk_WarnLevel.h
index 64f3c718..d4c1d58d 100644
--- a/src/include/cctk_WarnLevel.h
+++ b/src/include/cctk_WarnLevel.h
@@ -5,6 +5,7 @@
@desc
Header for the warning functions.
@enddesc
+ @version $Header$
@@*/
#ifndef _CCTK_WARNLEVEL_H_
@@ -15,10 +16,10 @@ extern "C" {
#endif
void CCTK_Warn(int level,
- int line,
- const char *file,
- const char *thorn,
- const char *message);
+ int line,
+ const char *file,
+ const char *thorn,
+ const char *message);
void CCTK_VWarn(int level,
int line,
const char *file,