From f2456cd5425b4d006cf35df9dc724d040558e0d6 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Fri, 5 Nov 2010 11:41:09 +0100 Subject: s3: Allow disabling of mdns registrations Autobuild-User: Volker Lendecke Autobuild-Date: Fri Nov 5 11:24:41 UTC 2010 on sn-devel-104 --- source3/include/proto.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/include') diff --git a/source3/include/proto.h b/source3/include/proto.h index 1989fb1a86..6e14c33272 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -3419,6 +3419,7 @@ bool lp_dos_filetimes(int ); bool lp_dos_filetime_resolution(int ); bool lp_fake_dir_create_times(int); bool lp_async_smb_echo_handler(void); +bool lp_multicast_dns_register(void); bool lp_blocking_locks(int ); bool lp_inherit_perms(int ); bool lp_inherit_acls(int ); -- cgit