Add prototype for ptb_error() so the windows build doesn't bail out..
authorJelmer Vernooij <jelmer@samba.org>
Sun, 13 Mar 2005 08:49:53 +0000 (09:49 +0100)
committerJelmer Vernooij <jelmer@samba.org>
Sun, 13 Mar 2005 08:49:53 +0000 (09:49 +0100)
ptb.c

diff --git a/ptb.c b/ptb.c
index 09951ea4ab1221dc56fb8244f255b23112cd2047..bf79e786b2a5b411877ae2e23adc842ae622b40d 100644 (file)
--- a/ptb.c
+++ b/ptb.c
@@ -76,6 +76,7 @@ struct ptb_section_handler {
 extern struct ptb_section_handler ptb_section_handlers[];
 
 static void ptb_debug(const char *fmt, ...);
+static void ptb_error(const char *fmt, ...);
 
 int debugging = 0;