diff options
author | Jeremy Allison <jra@samba.org> | 1997-10-18 00:22:04 +0000 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 1997-10-18 00:22:04 +0000 |
commit | db9aad07481f48c0fe2108d4ab0b2bc9b632816c (patch) | |
tree | 72e07931cc6bf67188d68989ae4912e4f53476d9 /source/include/proto.h | |
parent | 6904c2de080b2a9702800e9e4126386ced20569d (diff) | |
download | samba-db9aad07481f48c0fe2108d4ab0b2bc9b632816c.tar.gz samba-db9aad07481f48c0fe2108d4ab0b2bc9b632816c.tar.xz samba-db9aad07481f48c0fe2108d4ab0b2bc9b632816c.zip |
After talking with Andrew added "interfaces only" parameter that
turns off the filtering on the broadcast socket by default.
Jeremy (jallison@whistle.com)
Diffstat (limited to 'source/include/proto.h')
-rw-r--r-- | source/include/proto.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/include/proto.h b/source/include/proto.h index fa689d1c90f..e0ddee89439 100644 --- a/source/include/proto.h +++ b/source/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); |