X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fnetwork%2Flookup_name.c;h=c93263a9d5542918f9462d41448b9756d92adc39;hb=ae388becb529428ac926da102f1d025b3c3968da;hp=71c396a8894867aac08cfc075d94667ad36385bb;hpb=c98bf5b8691b21373ff8d9698e89a75acdefdc75;p=musl diff --git a/src/network/lookup_name.c b/src/network/lookup_name.c index 71c396a8..c93263a9 100644 --- a/src/network/lookup_name.c +++ b/src/network/lookup_name.c @@ -10,6 +10,7 @@ #include #include #include +#include #include "lookup.h" #include "stdio_impl.h" #include "syscall.h" @@ -98,10 +99,6 @@ struct dpc_ctx { int cnt; }; -int __dn_expand(const unsigned char *, const unsigned char *, const unsigned char *, char *, int); -int __res_mkquery(int, const char *, int, int, const unsigned char *, int, const unsigned char*, unsigned char *, int); -int __res_msend_rc(int, const unsigned char *const *, const int *, unsigned char *const *, int *, int, const struct resolvconf *); - #define RR_A 1 #define RR_CNAME 5 #define RR_AAAA 28