From e8b17deb5a20452afe3bc986259d8f641f625120 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sat, 5 Oct 1996 14:27:00 +0000 Subject: add DEBUGLEVEL to replace.c (This used to be commit b215a902062e82d0e05f48c3a7246514143af94d) --- source3/lib/replace.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source3') diff --git a/source3/lib/replace.c b/source3/lib/replace.c index 14e3c184b7..c7340bbadd 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) {} -- cgit