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=b215a902062e82d0e05f48c3a7246514143af94d;hp=2aa612d676e634a892fdc50349f5b72732f0e91f add DEBUGLEVEL to replace.c --- diff --git a/source/lib/replace.c b/source/lib/replace.c index 14e3c184b7d..c7340bbadd2 100644 --- a/source/lib/replace.c +++ b/source/lib/replace.c @@ -21,6 +21,9 @@ #include "includes.h" +extern int DEBUGLEVEL; + + void replace_dummy(void) {}