summaryrefslogtreecommitdiffstats
path: root/src/log.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/log.h')
-rw-r--r--src/log.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/log.h b/src/log.h
index eeefa41..1fb77ee 100644
--- a/src/log.h
+++ b/src/log.h
@@ -33,7 +33,7 @@ enum loglevel {
33 LL_FLOOD, 33 LL_FLOOD,
34}; 34};
35 35
36extern int log_level; 36extern unsigned int log_level;
37 37
38void log_enable_syslog(); 38void log_enable_syslog();
39void log_disable_syslog(); 39void log_disable_syslog();