summaryrefslogtreecommitdiff
path: root/src/network/lookup_name.c
diff options
context:
space:
mode:
authorRich Felker <dalias@aerifal.cx>2018-09-07 20:03:32 -0400
committerRich Felker <dalias@aerifal.cx>2018-09-12 14:34:30 -0400
commit432f9f0e315a7df8e0c5dc820f0f77279b908bb1 (patch)
tree74f7cca77cd533fca1ee53f0c5a0e649942b6f57 /src/network/lookup_name.c
parent405102dc5034967f228e8a0a2f25a142caa55400 (diff)
downloadmusl-432f9f0e315a7df8e0c5dc820f0f77279b908bb1.tar.gz
move __res_msend_rc declaration to lookup.h
unlike the other res/dn functions, this one is tied to struct resolvconf which is not a public interface, so put it in the private header for its subsystem.
Diffstat (limited to 'src/network/lookup_name.c')
-rw-r--r--src/network/lookup_name.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/network/lookup_name.c b/src/network/lookup_name.c
index 71c396a8..5a096ac0 100644
--- a/src/network/lookup_name.c
+++ b/src/network/lookup_name.c
@@ -100,7 +100,6 @@ struct dpc_ctx {
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