summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>1996-10-05 14:27:00 +0000
committerAndrew Tridgell <tridge@samba.org>1996-10-05 14:27:00 +0000
commitb215a902062e82d0e05f48c3a7246514143af94d (patch)
treeccae28d64b8ead31c64da9006db8d72864606c94
parent2aa612d676e634a892fdc50349f5b72732f0e91f (diff)
downloadsamba-b215a902062e82d0e05f48c3a7246514143af94d.tar.gz
samba-b215a902062e82d0e05f48c3a7246514143af94d.tar.xz
samba-b215a902062e82d0e05f48c3a7246514143af94d.zip
add DEBUGLEVEL to replace.c
-rw-r--r--source/lib/replace.c3
1 files changed, 3 insertions, 0 deletions
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)
{}