summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/birdlib.h3
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 */