diff options
author | Andrew Tridgell <tridge@samba.org> | 2001-09-10 12:14:18 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2001-09-10 12:14:18 +0000 |
commit | f41c3bb80f1e498a9d27f6e236b0ff3a742764c9 (patch) | |
tree | d8a1c8d014710a1024b68b23b1a298dad93683b6 /source/web | |
parent | f59826c0c9ba283c25faeec2cbdc7e19cca7aa04 (diff) | |
download | samba-f41c3bb80f1e498a9d27f6e236b0ff3a742764c9.tar.gz samba-f41c3bb80f1e498a9d27f6e236b0ff3a742764c9.tar.xz samba-f41c3bb80f1e498a9d27f6e236b0ff3a742764c9.zip |
declare dbf in one spot
Diffstat (limited to 'source/web')
-rw-r--r-- | source/web/swat.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source/web/swat.c b/source/web/swat.c index 8551c5e907e..56ce321f8d8 100644 --- a/source/web/swat.c +++ b/source/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; |