From: Andrew Tridgell Date: Sat, 5 Oct 1996 14:27:00 +0000 (+0000) Subject: add DEBUGLEVEL to replace.c X-Git-Tag: samba-1.9.16p3~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b215a902062e82d0e05f48c3a7246514143af94d;p=thirdparty%2Fsamba.git 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) {}