summaryrefslogtreecommitdiffstats
path: root/sysdep/unix/unix.h
diff options
context:
space:
mode:
authorMartin Mares <mj@ucw.cz>2000-06-20 01:50:02 +0200
committerMartin Mares <mj@ucw.cz>2000-06-20 01:50:02 +0200
commitf9eb8f7e066970d56a814128fd49170348a7fbd8 (patch)
tree110909a619a49857f1a9aa6d76ee89d867263e9b /sysdep/unix/unix.h
parent972fdb45323b75af254cfe6c912c52d3596a230a (diff)
downloadbird-f9eb8f7e066970d56a814128fd49170348a7fbd8.tar
bird-f9eb8f7e066970d56a814128fd49170348a7fbd8.zip
If compiled with --enable-debug, don't even try to log to syslog unless
the user forces it in the config file.
Diffstat (limited to 'sysdep/unix/unix.h')
-rw-r--r--sysdep/unix/unix.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdep/unix/unix.h b/sysdep/unix/unix.h
index bb4d063..da06345 100644
--- a/sysdep/unix/unix.h
+++ b/sysdep/unix/unix.h
@@ -55,7 +55,7 @@ void krt_io_init(void);
void log_init(int debug, int init);
void log_init_debug(char *); /* Initialize debug dump to given file (NULL=stderr, ""=off) */
-void log_switch(struct list *);
+void log_switch(int debug, struct list *);
struct log_config {
node n;