From b215a902062e82d0e05f48c3a7246514143af94d Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sat, 5 Oct 1996 14:27:00 +0000 Subject: [PATCH 1/1] add DEBUGLEVEL to replace.c --- source/lib/replace.c | 3 +++ 1 file changed, 3 insertions(+) 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) {} -- 2.34.1