From b12a4dd9b655485420d5c67dd143d8f49ac28a40 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Mon, 10 Sep 2001 12:14:18 +0000 Subject: declare dbf in one spot (This used to be commit f41c3bb80f1e498a9d27f6e236b0ff3a742764c9) --- source3/web/swat.c | 1 - 1 file changed, 1 deletion(-) (limited to 'source3/web/swat.c') diff --git a/source3/web/swat.c b/source3/web/swat.c index 8551c5e907..56ce321f8d 100644 --- a/source3/web/swat.c +++ b/source3/web/swat.c @@ -999,7 +999,6 @@ static void printers_page(void) { extern char *optarg; extern int optind; - extern XFILE *dbf; int opt; char *page; -- cgit