]> git.ipfire.org Git - thirdparty/bird.git/blobdiff - sysdep/unix/unix.h
Configurable syslog name.
[thirdparty/bird.git] / sysdep / unix / unix.h
index 4de74f289cd460000f0d367bbea81e992cc007e4..76825aaddb696e1bbed2afc9d79fbfb8a2b65a95 100644 (file)
@@ -15,6 +15,7 @@ struct pool;
 
 /* main.c */
 
+extern char *bird_name;
 void async_config(void);
 void async_dump(void);
 void async_shutdown(void);
@@ -60,9 +61,8 @@ void krt_io_init(void);
 
 /* log.c */
 
-void log_init(int debug, int init);
 void log_init_debug(char *);           /* Initialize debug dump to given file (NULL=stderr, ""=off) */
-void log_switch(int debug, struct list *);
+void log_switch(int debug, list *l, char *); /* Use l=NULL for initial switch */
 
 struct log_config {
   node n;