Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.
[samba.git] / source3 / libsmb / clioplock.c
index a52dcf3a3e3f24ead8760adbea844db6007200cc..b38933181eb21b11cde7a784a5de224357d0d24e 100644 (file)
@@ -22,8 +22,6 @@
 #define NO_SYSLOG
 
 #include "includes.h"
-extern int DEBUGLEVEL;
-
 
 /****************************************************************************
 send an ack for an oplock break request
@@ -69,4 +67,3 @@ void cli_oplock_handler(struct cli_state *cli,
 {
        cli->oplock_handler = handler;
 }
-