summaryrefslogtreecommitdiff
path: root/source3/smbwrapper
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2001-10-02 04:29:50 +0000
committerTim Potter <tpot@samba.org>2001-10-02 04:29:50 +0000
commitdc1fc3ee8ec2199bc73bb5d7ec711c6800f61d65 (patch)
tree83a3403e03874796587b5ea0fe75e72d89e6eae6 /source3/smbwrapper
parent260002f0e78148dc1aff093c9b42138dff88bf36 (diff)
downloadsamba-dc1fc3ee8ec2199bc73bb5d7ec711c6800f61d65.tar.gz
samba-dc1fc3ee8ec2199bc73bb5d7ec711c6800f61d65.tar.bz2
samba-dc1fc3ee8ec2199bc73bb5d7ec711c6800f61d65.zip
Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.
(This used to be commit 2d0922b0eabfdc0aaf1d0797482fef47ed7fde8e)
Diffstat (limited to 'source3/smbwrapper')
-rw-r--r--source3/smbwrapper/shared.c2
-rw-r--r--source3/smbwrapper/smbw.c1
-rw-r--r--source3/smbwrapper/smbw_dir.c2
-rw-r--r--source3/smbwrapper/smbw_stat.c3
4 files changed, 0 insertions, 8 deletions
diff --git a/source3/smbwrapper/shared.c b/source3/smbwrapper/shared.c
index 5a9f688298..a10ef05bfc 100644
--- a/source3/smbwrapper/shared.c
+++ b/source3/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/source3/smbwrapper/smbw.c b/source3/smbwrapper/smbw.c
index 5702ea51ca..ab15bd93dc 100644
--- a/source3/smbwrapper/smbw.c
+++ b/source3/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/source3/smbwrapper/smbw_dir.c b/source3/smbwrapper/smbw_dir.c
index 6cbc34391f..cd10b488a1 100644
--- a/source3/smbwrapper/smbw_dir.c
+++ b/source3/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;
@@ -688,4 +687,3 @@ off_t smbw_telldir(DIR *dirp)
struct smbw_dir *d = (struct smbw_dir *)dirp;
return smbw_dir_lseek(d->fd,0,SEEK_CUR);
}
-
diff --git a/source3/smbwrapper/smbw_stat.c b/source3/smbwrapper/smbw_stat.c
index 74bf83d0dc..40fb191e02 100644
--- a/source3/smbwrapper/smbw_stat.c
+++ b/source3/smbwrapper/smbw_stat.c
@@ -21,11 +21,8 @@
#include "includes.h"
-extern int DEBUGLEVEL;
-
extern int smbw_busy;
-
/*****************************************************
setup basic info in a stat structure
*******************************************************/