summaryrefslogtreecommitdiff
path: root/source3/libaddns/dns.h
diff options
context:
space:
mode:
authorJames Peach <jpeach@samba.org>2006-12-31 06:45:24 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:16:48 -0500
commit1beb6f6038560920dcb6944993bf1d28b238598a (patch)
treefb071c5a3ca29e5ec2f0302e51fc68e0bd2374a8 /source3/libaddns/dns.h
parent6d1607f4d71906121f3b0495a811ed99a3f8331e (diff)
downloadsamba-1beb6f6038560920dcb6944993bf1d28b238598a.tar.gz
samba-1beb6f6038560920dcb6944993bf1d28b238598a.tar.bz2
samba-1beb6f6038560920dcb6944993bf1d28b238598a.zip
r20427: Rename dnp_open. This conflicts with the dns_open symbol in
libSystem on Mac OS X. (This used to be commit 585ee7f31d2fb169e9dc37fd786faa8049be5e52)
Diffstat (limited to 'source3/libaddns/dns.h')
-rw-r--r--source3/libaddns/dns.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/libaddns/dns.h b/source3/libaddns/dns.h
index 1240174076..9e8cc1d155 100644
--- a/source3/libaddns/dns.h
+++ b/source3/libaddns/dns.h
@@ -426,7 +426,7 @@ DNS_ERROR dns_add_rrec(TALLOC_CTX *mem_ctx, struct dns_rrec *rec,
/* from dnssock.c */
-DNS_ERROR dns_open( const char *nameserver, int32 dwType,
+DNS_ERROR dns_open_connection( const char *nameserver, int32 dwType,
TALLOC_CTX *mem_ctx,
struct dns_connection **conn );
DNS_ERROR dns_send(struct dns_connection *conn, const struct dns_buffer *buf);