summaryrefslogtreecommitdiffstats
path: root/source/smbwrapper
diff options
context:
space:
mode:
Diffstat (limited to 'source/smbwrapper')
-rw-r--r--source/smbwrapper/shared.c2
-rw-r--r--source/smbwrapper/smbw.c1
-rw-r--r--source/smbwrapper/smbw_dir.c1
-rw-r--r--source/smbwrapper/smbw_stat.c2
4 files changed, 0 insertions, 6 deletions
diff --git a/source/smbwrapper/shared.c b/source/smbwrapper/shared.c
index 5a9f6882981..a10ef05bfca 100644
--- a/source/smbwrapper/shared.c
+++ b/source/smbwrapper/shared.c
@@ -21,8 +21,6 @@
#include "includes.h"
-extern int DEBUGLEVEL;
-
static int shared_fd;
static char *variables;
static int shared_size;
diff --git a/source/smbwrapper/smbw.c b/source/smbwrapper/smbw.c
index fb2d59e689f..8f3f734d5a1 100644
--- a/source/smbwrapper/smbw.c
+++ b/source/smbwrapper/smbw.c
@@ -29,7 +29,6 @@ static struct smbw_server *smbw_srvs;
struct bitmap *smbw_file_bmap;
extern pstring global_myname;
-extern int DEBUGLEVEL;
fstring smbw_prefix = SMBW_PREFIX;
diff --git a/source/smbwrapper/smbw_dir.c b/source/smbwrapper/smbw_dir.c
index 1600d65a9ef..a1069c535e6 100644
--- a/source/smbwrapper/smbw_dir.c
+++ b/source/smbwrapper/smbw_dir.c
@@ -28,7 +28,6 @@ extern fstring smbw_prefix;
static struct smbw_dir *smbw_dirs;
extern struct bitmap *smbw_file_bmap;
-extern int DEBUGLEVEL;
extern int smbw_busy;
diff --git a/source/smbwrapper/smbw_stat.c b/source/smbwrapper/smbw_stat.c
index 926075c864f..cf2d19cdf09 100644
--- a/source/smbwrapper/smbw_stat.c
+++ b/source/smbwrapper/smbw_stat.c
@@ -21,8 +21,6 @@
#include "includes.h"
-extern int DEBUGLEVEL;
-
extern int smbw_busy;