diff options
author | Volker Lendecke <vl@samba.org> | 2010-11-05 11:41:09 +0100 |
---|---|---|
committer | Volker Lendecke <vlendec@samba.org> | 2010-11-05 11:24:41 +0000 |
commit | f2456cd5425b4d006cf35df9dc724d040558e0d6 (patch) | |
tree | ec447065f1d46816836108526783cb80f314e890 /source3/include | |
parent | ac3f8d859d1ab8b1bb9d41c465dd10499151a8c4 (diff) | |
download | samba-f2456cd5425b4d006cf35df9dc724d040558e0d6.tar.gz samba-f2456cd5425b4d006cf35df9dc724d040558e0d6.tar.bz2 samba-f2456cd5425b4d006cf35df9dc724d040558e0d6.zip |
s3: Allow disabling of mdns registrations
Autobuild-User: Volker Lendecke <vlendec@samba.org>
Autobuild-Date: Fri Nov 5 11:24:41 UTC 2010 on sn-devel-104
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 ); |