Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.
[samba.git] / source3 / libsmb / clientgen.c
index 79757947b4f0c20d44f36e483830eb4c1e668b46..62b46a7904fc0841d50f7036ed12a5ad554fa123 100644 (file)
@@ -23,9 +23,6 @@
 
 #include "includes.h"
 
-
-extern int DEBUGLEVEL;
-
 /*
  * Change the port number used to call on 
  */
@@ -248,4 +245,3 @@ uint16 cli_setpid(struct cli_state *cli, uint16 pid)
        cli->pid = pid;
        return ret;
 }
-