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 | b12a4dd9b655485420d5c67dd143d8f49ac28a40 (patch) | |
tree | f3287d94613da998004ba84180c9e4318b91c1d7 /source3/client | |
parent | 162e975514d71d98b42df579ab561da51a095e7b (diff) | |
download | samba-b12a4dd9b655485420d5c67dd143d8f49ac28a40.tar.gz samba-b12a4dd9b655485420d5c67dd143d8f49ac28a40.tar.bz2 samba-b12a4dd9b655485420d5c67dd143d8f49ac28a40.zip |
declare dbf in one spot
(This used to be commit f41c3bb80f1e498a9d27f6e236b0ff3a742764c9)
Diffstat (limited to 'source3/client')
-rw-r--r-- | source3/client/client.c | 1 | ||||
-rw-r--r-- | source3/client/clitar.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/source3/client/client.c b/source3/client/client.c index c9842335a9..72fa4bf87e 100644 --- a/source3/client/client.c +++ b/source3/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/source3/client/clitar.c b/source3/client/clitar.c index 6169c9af46..49ea5edf47 100644 --- a/source3/client/clitar.c +++ b/source3/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 */ |