diff options
author | Andrew Tridgell <tridge@samba.org> | 1996-10-05 14:27:00 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 1996-10-05 14:27:00 +0000 |
commit | b215a902062e82d0e05f48c3a7246514143af94d (patch) | |
tree | ccae28d64b8ead31c64da9006db8d72864606c94 /source/lib | |
parent | 2aa612d676e634a892fdc50349f5b72732f0e91f (diff) | |
download | samba-b215a902062e82d0e05f48c3a7246514143af94d.tar.gz samba-b215a902062e82d0e05f48c3a7246514143af94d.tar.xz samba-b215a902062e82d0e05f48c3a7246514143af94d.zip |
add DEBUGLEVEL to replace.c
Diffstat (limited to 'source/lib')
-rw-r--r-- | source/lib/replace.c | 3 |
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) {} |