Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.
[tprouty/samba.git] / source / lib / util_str.c
index 8518d75a49b55869f45b737b4ae7ef186f1186e3..0e7a7c02f5c89aaed73790a63e055506b4d15903 100644 (file)
@@ -21,8 +21,6 @@
 
 #include "includes.h"
 
-extern int DEBUGLEVEL;
-
 /****************************************************************************
   Get the next token from a string, return False if none found
   handles double-quotes. 
@@ -855,4 +853,3 @@ void strupper_m(char *s)
         * as source string even in multibyte encoding. (VIV) */
        unix_strupper(s,strlen(s)+1,s,strlen(s)+1);     
 }
-