summaryrefslogtreecommitdiff
path: root/src/log.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/log.h')
-rw-r--r--src/log.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/log.h b/src/log.h
index 2932e30..03540e0 100644
--- a/src/log.h
+++ b/src/log.h
@@ -1,4 +1,4 @@
-/* $Id: log.h,v 1.5 2001-06-02 02:07:34 rjkaes Exp $
+/* $Id: log.h,v 1.6 2001-06-02 03:09:27 rjkaes Exp $
*
* See 'log.c' for a detailed description.
*
@@ -90,5 +90,6 @@
#endif
extern void log_message(short int level, char *fmt, ...);
+extern void set_log_level(short int level);
#endif