summaryrefslogtreecommitdiff
path: root/source3/include/proto.h
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2012-05-28 16:51:47 +1000
committerAndrew Bartlett <abartlet@samba.org>2012-05-30 04:15:11 +0200
commitb47f9a09cd5c374b213d9bad83c4903130f61a42 (patch)
tree2975fe2b6cf6e64b11186439c904dccb5ce59f57 /source3/include/proto.h
parent38b1a1115491f9bdbcf3dde42798fa94bd39dd97 (diff)
downloadsamba-b47f9a09cd5c374b213d9bad83c4903130f61a42.tar.gz
samba-b47f9a09cd5c374b213d9bad83c4903130f61a42.tar.bz2
samba-b47f9a09cd5c374b213d9bad83c4903130f61a42.zip
s3-param: Rename lp_dns_proxy() -> lp_wins_dns_proxy() for clarity
This avoids some confusion now we have a DNS server as well. Andrew Bartlett
Diffstat (limited to 'source3/include/proto.h')
-rw-r--r--source3/include/proto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index 31c709dd9b..b7bb95998b 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -1177,7 +1177,7 @@ bool lp_disable_netbios(void);
bool lp_reset_on_zero_vc(void);
bool lp_log_writeable_files_on_exit(void);
bool lp_ms_add_printer_wizard(void);
-bool lp_dns_proxy(void);
+bool lp_wins_dns_proxy(void);
bool lp_we_are_a_wins_server(void);
bool lp_wins_proxy(void);
bool lp_local_master(void);