Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.
[samba.git] / source3 / lib / replace.c
index e1871a6f558d9394f1333689e50be222af62f7fa..b972c745b0895439da149d6ff0ace22318f9523e 100644 (file)
 
 #include "includes.h"
 
-extern int DEBUGLEVEL;
-
  void replace_dummy(void);
  void replace_dummy(void) {}
 
-
 #ifndef HAVE_FTRUNCATE
  /*******************************************************************
 ftruncate for operating systems that don't have it