From: Andrew Tridgell Date: Sat, 5 Oct 1996 14:27:00 +0000 (+0000) Subject: add DEBUGLEVEL to replace.c X-Git-Url: http://git.samba.org/samba.git/?p=kai%2Fsamba.git;a=commitdiff_plain;h=e8b17deb5a20452afe3bc986259d8f641f625120 add DEBUGLEVEL to replace.c (This used to be commit b215a902062e82d0e05f48c3a7246514143af94d) --- diff --git a/source3/lib/replace.c b/source3/lib/replace.c index 14e3c184b7d..c7340bbadd2 100644 --- a/source3/lib/replace.c +++ b/source3/lib/replace.c @@ -21,6 +21,9 @@ #include "includes.h" +extern int DEBUGLEVEL; + + void replace_dummy(void) {}