git.samba.org
/
kai
/
samba.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
2aa612d
)
add DEBUGLEVEL to replace.c
author
Andrew Tridgell
<tridge@samba.org>
Sat, 5 Oct 1996 14:27:00 +0000
(14:27 +0000)
committer
Andrew Tridgell
<tridge@samba.org>
Sat, 5 Oct 1996 14:27:00 +0000
(14:27 +0000)
source/lib/replace.c
patch
|
blob
|
history
diff --git
a/source/lib/replace.c
b/source/lib/replace.c
index 14e3c184b7dc5f64742cee9ee1c6529fcccb4b01..c7340bbadd2246ed80bf7eae28ccc0e3a1c44931 100644
(file)
--- a/
source/lib/replace.c
+++ b/
source/lib/replace.c
@@
-21,6
+21,9
@@
#include "includes.h"
+extern int DEBUGLEVEL;
+
+
void replace_dummy(void)
{}