From 07c507728b6d3f5521e74aa14aedd5b37dea8c57 Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Sat, 18 Oct 1997 00:22:04 +0000 Subject: 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) --- source3/include/proto.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/include/proto.h') 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); -- cgit