diff options
Diffstat (limited to 'source/utils')
-rw-r--r-- | source/utils/masktest.c | 1 | ||||
-rw-r--r-- | source/utils/nmblookup.c | 2 | ||||
-rw-r--r-- | source/utils/pdbedit.c | 1 | ||||
-rw-r--r-- | source/utils/rpccheck.c | 2 | ||||
-rw-r--r-- | source/utils/rpctorture.c | 1 | ||||
-rw-r--r-- | source/utils/smbfilter.c | 2 | ||||
-rw-r--r-- | source/utils/smbpasswd.c | 1 | ||||
-rw-r--r-- | source/utils/status.c | 1 | ||||
-rw-r--r-- | source/utils/testparm.c | 1 | ||||
-rw-r--r-- | source/utils/testprns.c | 1 |
10 files changed, 0 insertions, 13 deletions
diff --git a/source/utils/masktest.c b/source/utils/masktest.c index a654b5bfd11..ba719bae248 100644 --- a/source/utils/masktest.c +++ b/source/utils/masktest.c @@ -23,7 +23,6 @@ #include "includes.h" -extern int DEBUGLEVEL; static fstring password; static fstring username; static int got_pass; diff --git a/source/utils/nmblookup.c b/source/utils/nmblookup.c index 0f978a6cf3f..86c53760f3f 100644 --- a/source/utils/nmblookup.c +++ b/source/utils/nmblookup.c @@ -24,8 +24,6 @@ #include "includes.h" -extern int DEBUGLEVEL; - extern struct in_addr ipzero; static BOOL use_bcast = True; diff --git a/source/utils/pdbedit.c b/source/utils/pdbedit.c index 7006eeee4e5..b877dbfd5e2 100644 --- a/source/utils/pdbedit.c +++ b/source/utils/pdbedit.c @@ -32,7 +32,6 @@ #include "includes.h" extern pstring global_myname; -extern int DEBUGLEVEL; /* * Next two lines needed for SunOS and don't diff --git a/source/utils/rpccheck.c b/source/utils/rpccheck.c index 1db7de34234..e8e61e9f718 100644 --- a/source/utils/rpccheck.c +++ b/source/utils/rpccheck.c @@ -21,8 +21,6 @@ #include "includes.h" -extern int DEBUGLEVEL; - main() { char filter[]="0123456789ABCDEF"; diff --git a/source/utils/rpctorture.c b/source/utils/rpctorture.c index c80cfe4adea..76461072b6d 100644 --- a/source/utils/rpctorture.c +++ b/source/utils/rpctorture.c @@ -35,7 +35,6 @@ extern pstring user_socket_options; extern pstring debugf; -extern int DEBUGLEVEL; extern file_info def_finfo; diff --git a/source/utils/smbfilter.c b/source/utils/smbfilter.c index db83873e694..abc8ba4a51f 100644 --- a/source/utils/smbfilter.c +++ b/source/utils/smbfilter.c @@ -36,8 +36,6 @@ static char *netbiosname; static char packet[BUFFER_SIZE]; -extern int DEBUGLEVEL; - static void filter_reply(char *buf) { int msg_type = CVAL(buf,0); diff --git a/source/utils/smbpasswd.c b/source/utils/smbpasswd.c index b29b5d9a97e..2dee9130c14 100644 --- a/source/utils/smbpasswd.c +++ b/source/utils/smbpasswd.c @@ -22,7 +22,6 @@ #include "includes.h" extern pstring global_myname; -extern int DEBUGLEVEL; /* * Next two lines needed for SunOS and don't diff --git a/source/utils/status.c b/source/utils/status.c index 28726d40f0f..293eb3d0ade 100644 --- a/source/utils/status.c +++ b/source/utils/status.c @@ -44,7 +44,6 @@ struct session_record{ struct session_record *next; } *srecs; -extern int DEBUGLEVEL; extern FILE *dbf; static pstring Ucrit_username = ""; /* added by OH */ diff --git a/source/utils/testparm.c b/source/utils/testparm.c index 10292b3033a..a86a7859089 100644 --- a/source/utils/testparm.c +++ b/source/utils/testparm.c @@ -37,7 +37,6 @@ /* these live in util.c */ extern FILE *dbf; -extern int DEBUGLEVEL; /*********************************************** Here we do a set of 'hard coded' checks for bad diff --git a/source/utils/testprns.c b/source/utils/testprns.c index c03fa0436a6..0ba5403c30a 100644 --- a/source/utils/testprns.c +++ b/source/utils/testprns.c @@ -36,7 +36,6 @@ /* these live in util.c */ extern FILE *dbf; -extern int DEBUGLEVEL; int main(int argc, char *argv[]) { |