summaryrefslogtreecommitdiff
path: root/include/resolv.h
diff options
context:
space:
mode:
authorHajimu UMEMOTO <ume@FreeBSD.org>2006-05-21 11:19:36 +0000
committerHajimu UMEMOTO <ume@FreeBSD.org>2006-05-21 11:19:36 +0000
commitd808369aa12220bdee2c6dd87b8059221c3e8c93 (patch)
treec1044e7b7cb8c4f2ee0140e9bd313cfdfe850d2a /include/resolv.h
parent135a67244de8d23898a7964a089a1cf98f977ef1 (diff)
downloadsrc-test2-d808369aa12220bdee2c6dd87b8059221c3e8c93.tar.gz
src-test2-d808369aa12220bdee2c6dd87b8059221c3e8c93.zip
Upgrade res_update(3) and the friends to BIND9's one excluding TSIG
support. X-MFC after: never
Notes
Notes: svn path=/head/; revision=158787
Diffstat (limited to 'include/resolv.h')
-rw-r--r--include/resolv.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/resolv.h b/include/resolv.h
index 564a7694d7d3..c60d497537e6 100644
--- a/include/resolv.h
+++ b/include/resolv.h
@@ -363,8 +363,8 @@ extern const struct res_sym __p_rcode_syms[];
#define res_dnok __res_dnok
#if 0
#define res_findzonecut __res_findzonecut
-#define res_findzonecut2 __res_findzonecut2
#endif
+#define res_findzonecut2 __res_findzonecut2
#define res_hnok __res_hnok
#define res_hostalias __res_hostalias
#define res_mailok __res_mailok
@@ -470,10 +470,10 @@ int res_nsendsigned(res_state, const u_char *, int,
ns_tsig_key *, u_char *, int);
int res_findzonecut(res_state, const char *, ns_class, int,
char *, size_t, struct in_addr *, int);
+#endif
int res_findzonecut2(res_state, const char *, ns_class, int,
char *, size_t,
union res_sockaddr_union *, int);
-#endif
void res_nclose(res_state);
int res_nopt(res_state, int, u_char *, int, int);
void res_send_setqhook(res_send_qhook);