diff options
Diffstat (limited to 'source3/client')
-rw-r--r-- | source3/client/client.c | 1 | ||||
-rw-r--r-- | source3/client/clitar.c | 1 | ||||
-rw-r--r-- | source3/client/smbmount.c | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/source3/client/client.c b/source3/client/client.c index 448f4314c8..67b370901f 100644 --- a/source3/client/client.c +++ b/source3/client/client.c @@ -61,7 +61,6 @@ time_t newer_than = 0; int archive_level = 0; extern pstring debugf; -extern int DEBUGLEVEL; BOOL translation = False; diff --git a/source3/client/clitar.c b/source3/client/clitar.c index 39c31625b4..f2f373ffba 100644 --- a/source3/client/clitar.c +++ b/source3/client/clitar.c @@ -69,7 +69,6 @@ typedef struct stack dir_stack = {NULL, 0}; /* Want an empty stack */ #define SEPARATORS " \t\n\r" -extern int DEBUGLEVEL; extern struct cli_state *cli; /* These defines are for the do_setrattr routine, to indicate diff --git a/source3/client/smbmount.c b/source3/client/smbmount.c index 56a1443722..27f33db92d 100644 --- a/source3/client/smbmount.c +++ b/source3/client/smbmount.c @@ -28,7 +28,6 @@ #include <linux/smb_fs.h> extern struct in_addr ipzero; -extern int DEBUGLEVEL; extern BOOL in_client; extern pstring user_socket_options; |