summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>1997-10-18 00:22:04 +0000
committerJeremy Allison <jra@samba.org>1997-10-18 00:22:04 +0000
commit07c507728b6d3f5521e74aa14aedd5b37dea8c57 (patch)
tree9beb141c0221a535c1f178bb6a332f5c2c550ea4 /source3/include
parentc336a2f08183f63031b0a08b2111669bc36a5f30 (diff)
downloadsamba-07c507728b6d3f5521e74aa14aedd5b37dea8c57.tar.gz
samba-07c507728b6d3f5521e74aa14aedd5b37dea8c57.tar.bz2
samba-07c507728b6d3f5521e74aa14aedd5b37dea8c57.zip
After talking with Andrew added "interfaces only" parameter that
turns off the filtering on the broadcast socket by default. Jeremy (jallison@whistle.com) (This used to be commit db9aad07481f48c0fe2108d4ab0b2bc9b632816c)
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 fa689d1c90..e0ddee8943 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -185,6 +185,7 @@ BOOL lp_browse_list(void);
BOOL lp_unix_realname(void);
BOOL lp_nis_home_map(void);
BOOL lp_time_server(void);
+BOOL lp_interfaces_only(void);
int lp_os_level(void);
int lp_max_ttl(void);
int lp_max_log_size(void);