summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2001-03-21 04:12:36 +0000
committerAndrew Tridgell <tridge@samba.org>2001-03-21 04:12:36 +0000
commit0f2b15707ad0e41b786f0078f334b7782d63b8af (patch)
treebb03470ed124493d9c5b04ae66c5c10b2c39ee2b /source3/include
parent8aa5177b7c5a4ceb15cd43716b1c728146b9e1cb (diff)
downloadsamba-0f2b15707ad0e41b786f0078f334b7782d63b8af.tar.gz
samba-0f2b15707ad0e41b786f0078f334b7782d63b8af.tar.bz2
samba-0f2b15707ad0e41b786f0078f334b7782d63b8af.zip
added option "enhanced browsing"
this allows users to disable the cross-subnet browse extensions that I added to Samba a couple of years ago. This may be useful for getting rid of empty workgroups. (This used to be commit 978980050e599d3830d0474bc9a8003bfe227719)
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/proto.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index c53ad6971a..355526c799 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -1643,6 +1643,7 @@ BOOL lp_restrict_anonymous(void);
BOOL lp_lanman_auth(void);
BOOL lp_host_msdfs(void);
BOOL lp_kernel_oplocks(void);
+BOOL lp_enhanced_browsing(void);
int lp_os_level(void);
int lp_max_ttl(void);
int lp_max_wins_ttl(void);