diff options
author | Tim Potter <tpot@samba.org> | 2001-10-02 04:29:50 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2001-10-02 04:29:50 +0000 |
commit | dc1fc3ee8ec2199bc73bb5d7ec711c6800f61d65 (patch) | |
tree | 83a3403e03874796587b5ea0fe75e72d89e6eae6 /source3/client | |
parent | 260002f0e78148dc1aff093c9b42138dff88bf36 (diff) | |
download | samba-dc1fc3ee8ec2199bc73bb5d7ec711c6800f61d65.tar.gz samba-dc1fc3ee8ec2199bc73bb5d7ec711c6800f61d65.tar.bz2 samba-dc1fc3ee8ec2199bc73bb5d7ec711c6800f61d65.zip |
Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.
(This used to be commit 2d0922b0eabfdc0aaf1d0797482fef47ed7fde8e)
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; |