Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.
[nivanova/samba-autobuild/.git] / source3 / lib / genrand.c
index c4fb925a75b1065acb32068623359f3a3aa2adce..39e56db960936c350a9eb16080aaa46ae0f5f790 100644 (file)
@@ -23,9 +23,6 @@
 
 #include "includes.h"
 
-extern int DEBUGLEVEL;
-
-
 static unsigned char hash[258];
 static uint32 counter;
 unsigned char *reseed_data;