diff options
author | Andrew Tridgell <tridge@samba.org> | 2001-09-10 12:14:18 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2001-09-10 12:14:18 +0000 |
commit | b12a4dd9b655485420d5c67dd143d8f49ac28a40 (patch) | |
tree | f3287d94613da998004ba84180c9e4318b91c1d7 /source3/utils | |
parent | 162e975514d71d98b42df579ab561da51a095e7b (diff) | |
download | samba-b12a4dd9b655485420d5c67dd143d8f49ac28a40.tar.gz samba-b12a4dd9b655485420d5c67dd143d8f49ac28a40.tar.bz2 samba-b12a4dd9b655485420d5c67dd143d8f49ac28a40.zip |
declare dbf in one spot
(This used to be commit f41c3bb80f1e498a9d27f6e236b0ff3a742764c9)
Diffstat (limited to 'source3/utils')
-rw-r--r-- | source3/utils/smbcacls.c | 1 | ||||
-rw-r--r-- | source3/utils/smbtree.c | 1 | ||||
-rw-r--r-- | source3/utils/status.c | 1 | ||||
-rw-r--r-- | source3/utils/testparm.c | 1 | ||||
-rw-r--r-- | source3/utils/testprns.c | 1 |
5 files changed, 0 insertions, 5 deletions
diff --git a/source3/utils/smbcacls.c b/source3/utils/smbcacls.c index 59744a9315..914e99367b 100644 --- a/source3/utils/smbcacls.c +++ b/source3/utils/smbcacls.c @@ -802,7 +802,6 @@ You can string acls together with spaces, commas or newlines\n\ pstring filename; extern char *optarg; extern int optind; - extern XFILE *dbf; int opt; char *p; static pstring servicesf = CONFIGFILE; diff --git a/source3/utils/smbtree.c b/source3/utils/smbtree.c index 75390965b3..191a9124f7 100644 --- a/source3/utils/smbtree.c +++ b/source3/utils/smbtree.c @@ -325,7 +325,6 @@ static BOOL print_tree(struct user_auth_info *user_info) { extern char *optarg; extern int optind; - extern XFILE *dbf; int opt; char *p; pstring servicesf = CONFIGFILE; diff --git a/source3/utils/status.c b/source3/utils/status.c index 7cbb1850de..47379fd57c 100644 --- a/source3/utils/status.c +++ b/source3/utils/status.c @@ -45,7 +45,6 @@ struct session_record{ } *srecs; extern int DEBUGLEVEL; -extern XFILE *dbf; static pstring Ucrit_username = ""; /* added by OH */ static pid_t Ucrit_pid[100]; /* Ugly !!! */ /* added by OH */ diff --git a/source3/utils/testparm.c b/source3/utils/testparm.c index e430fe414b..1caf792543 100644 --- a/source3/utils/testparm.c +++ b/source3/utils/testparm.c @@ -36,7 +36,6 @@ #include "smb.h" /* these live in util.c */ -extern XFILE *dbf; extern int DEBUGLEVEL; /*********************************************** diff --git a/source3/utils/testprns.c b/source3/utils/testprns.c index 6a5b35db3b..df697a0ed1 100644 --- a/source3/utils/testprns.c +++ b/source3/utils/testprns.c @@ -35,7 +35,6 @@ #include "smb.h" /* these live in util.c */ -extern XFILE *dbf; extern int DEBUGLEVEL; int main(int argc, char *argv[]) |