diff options
Diffstat (limited to 'lib/birdlib.h')
-rw-r--r-- | lib/birdlib.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/birdlib.h b/lib/birdlib.h index 93ac38e..722fe57 100644 --- a/lib/birdlib.h +++ b/lib/birdlib.h @@ -44,9 +44,6 @@ void bug(char *msg, ...) NORET; #define L_FATAL "\007" /* Fatal errors */ #define L_BUG "\010" /* BIRD bugs */ -void log_init(char *); /* Initialize logging to given file (NULL=stderr, ""=syslog) */ -void log_init_debug(char *); /* Initialize debug dump to given file (NULL=stderr, ""=off) */ - void debug(char *msg, ...); /* Printf to debug output */ /* Debugging */ |