summaryrefslogtreecommitdiffstats
path: root/source/client
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/client
parentf59826c0c9ba283c25faeec2cbdc7e19cca7aa04 (diff)
downloadsamba-f41c3bb80f1e498a9d27f6e236b0ff3a742764c9.tar.gz
samba-f41c3bb80f1e498a9d27f6e236b0ff3a742764c9.tar.xz
samba-f41c3bb80f1e498a9d27f6e236b0ff3a742764c9.zip
declare dbf in one spot
Diffstat (limited to 'source/client')
-rw-r--r--source/client/client.c1
-rw-r--r--source/client/clitar.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/source/client/client.c b/source/client/client.c
index c9842335a9f..72fa4bf87e9 100644
--- a/source/client/client.c
+++ b/source/client/client.c
@@ -2280,7 +2280,6 @@ static int do_message_op(void)
fstring base_directory;
char *pname = argv[0];
int opt;
- extern XFILE *dbf;
extern char *optarg;
extern int optind;
int old_debug;
diff --git a/source/client/clitar.c b/source/client/clitar.c
index 6169c9af460..49ea5edf479 100644
--- a/source/client/clitar.c
+++ b/source/client/clitar.c
@@ -71,7 +71,6 @@ stack dir_stack = {NULL, 0}; /* Want an empty stack */
#define SEPARATORS " \t\n\r"
extern int DEBUGLEVEL;
extern struct cli_state *cli;
-extern XFILE *dbf;
/* These defines are for the do_setrattr routine, to indicate
* setting and reseting of file attributes in the function call */