add DEBUGLEVEL to replace.c
authorAndrew Tridgell <tridge@samba.org>
Sat, 5 Oct 1996 14:27:00 +0000 (14:27 +0000)
committerAndrew Tridgell <tridge@samba.org>
Sat, 5 Oct 1996 14:27:00 +0000 (14:27 +0000)
(This used to be commit b215a902062e82d0e05f48c3a7246514143af94d)

source3/lib/replace.c

index 14e3c184b7dc5f64742cee9ee1c6529fcccb4b01..c7340bbadd2246ed80bf7eae28ccc0e3a1c44931 100644 (file)
@@ -21,6 +21,9 @@
 
 #include "includes.h"
 
+extern int DEBUGLEVEL;
+
+
  void replace_dummy(void) 
 {}