summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ypserv/yp_extern.h
diff options
context:
space:
mode:
authorume <ume@FreeBSD.org>2005-05-02 09:34:07 +0000
committerume <ume@FreeBSD.org>2005-05-02 09:34:07 +0000
commit359f287f5157e24e483c8fdd6b54a0ba7b4701dc (patch)
treeef6b41df762c09c900d402c86a08b493f3f1ebc0 /usr.sbin/ypserv/yp_extern.h
parentd1bb5343c0ad00dbe06df9eba8310e5c10311aa4 (diff)
downloadFreeBSD-src-359f287f5157e24e483c8fdd6b54a0ba7b4701dc.zip
FreeBSD-src-359f287f5157e24e483c8fdd6b54a0ba7b4701dc.tar.gz
teach IPv6 to async DNS resolver in ypserv:
- query AAAA RR on ipnodes.byname query. - query .ip6.arpa. on ipnodes.byaddr query.
Diffstat (limited to 'usr.sbin/ypserv/yp_extern.h')
-rw-r--r--usr.sbin/ypserv/yp_extern.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ypserv/yp_extern.h b/usr.sbin/ypserv/yp_extern.h
index 553e296..2e574b6 100644
--- a/usr.sbin/ypserv/yp_extern.h
+++ b/usr.sbin/ypserv/yp_extern.h
@@ -111,5 +111,5 @@ extern unsigned long svcudp_get_xid(SVCXPRT *);
extern int yp_init_resolver(void);
extern void yp_run_dnsq(void);
extern void yp_prune_dnsq(void);
-extern ypstat yp_async_lookup_name(struct svc_req *, char *);
-extern ypstat yp_async_lookup_addr(struct svc_req *, char *);
+extern ypstat yp_async_lookup_name(struct svc_req *, char *, int);
+extern ypstat yp_async_lookup_addr(struct svc_req *, char *, int);
OpenPOWER on IntegriCloud