summaryrefslogtreecommitdiff
path: root/source3/lib/replace.c
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
commite8b17deb5a20452afe3bc986259d8f641f625120 (patch)
tree07a205a4e9878a078518541f67c2696e4879f32a /source3/lib/replace.c
parentf6c9fed7acaef5ff532a9cdf8d7f8a470fa7f73f (diff)
downloadsamba-e8b17deb5a20452afe3bc986259d8f641f625120.tar.gz
samba-e8b17deb5a20452afe3bc986259d8f641f625120.tar.bz2
samba-e8b17deb5a20452afe3bc986259d8f641f625120.zip
add DEBUGLEVEL to replace.c
(This used to be commit b215a902062e82d0e05f48c3a7246514143af94d)
Diffstat (limited to 'source3/lib/replace.c')
-rw-r--r--source3/lib/replace.c3
1 files changed, 3 insertions, 0 deletions
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)
{}