diff options
author | Stefan Metzmacher <metze@samba.org> | 2010-02-08 12:51:29 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2010-02-08 18:35:11 +0100 |
commit | 0140bc389d56511c3255720856bdb64803ba8930 (patch) | |
tree | b87107dfa4091571ba587256a3e58ecb743f3d77 /source3/include | |
parent | 30a1bc365071befd07e68e24ca4fa3843159ab13 (diff) | |
download | samba-0140bc389d56511c3255720856bdb64803ba8930.tar.gz samba-0140bc389d56511c3255720856bdb64803ba8930.tar.bz2 samba-0140bc389d56511c3255720856bdb64803ba8930.zip |
s3:nmbd: change "nmbd:bind explicit broadcast" into "nmbd bind explicit broadcast"
metze
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 0db536d7b9..95519e318f 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -3963,6 +3963,7 @@ const char *lp_logon_drive(void); const char *lp_logon_home(void); char *lp_remote_announce(void); char *lp_remote_browse_sync(void); +bool lp_nmbd_bind_explicit_broadcast(void); const char **lp_wins_server_list(void); const char **lp_interfaces(void); const char *lp_socket_address(void); |