summaryrefslogtreecommitdiffstats
path: root/source/smbwrapper
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2001-09-10 12:14:18 +0000
committerAndrew Tridgell <tridge@samba.org>2001-09-10 12:14:18 +0000
commitf41c3bb80f1e498a9d27f6e236b0ff3a742764c9 (patch)
treed8a1c8d014710a1024b68b23b1a298dad93683b6 /source/smbwrapper
parentf59826c0c9ba283c25faeec2cbdc7e19cca7aa04 (diff)
downloadsamba-f41c3bb80f1e498a9d27f6e236b0ff3a742764c9.tar.gz
samba-f41c3bb80f1e498a9d27f6e236b0ff3a742764c9.tar.xz
samba-f41c3bb80f1e498a9d27f6e236b0ff3a742764c9.zip
declare dbf in one spot
Diffstat (limited to 'source/smbwrapper')
-rw-r--r--source/smbwrapper/smbsh.c1
-rw-r--r--source/smbwrapper/smbw.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/source/smbwrapper/smbsh.c b/source/smbwrapper/smbsh.c
index ce544004884..1a38b0dea88 100644
--- a/source/smbwrapper/smbsh.c
+++ b/source/smbwrapper/smbsh.c
@@ -42,7 +42,6 @@ int main(int argc, char *argv[])
int opt;
extern char *optarg;
extern int optind;
- extern XFILE *dbf;
dbf = x_stdout;
smbw_setup_shared();
diff --git a/source/smbwrapper/smbw.c b/source/smbwrapper/smbw.c
index 74a931587d9..38dd3c02c88 100644
--- a/source/smbwrapper/smbw.c
+++ b/source/smbwrapper/smbw.c
@@ -47,7 +47,6 @@ void smbw_init(void)
extern BOOL in_client;
static int initialised;
static pstring servicesf = CONFIGFILE;
- extern XFILE *dbf;
char *p;
int eno;
pstring line;