summaryrefslogtreecommitdiff
path: root/src/network/lookup.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/network/lookup.h')
-rw-r--r--src/network/lookup.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/network/lookup.h b/src/network/lookup.h
index 329aaa77..4c01b618 100644
--- a/src/network/lookup.h
+++ b/src/network/lookup.h
@@ -35,6 +35,7 @@ int __lookup_name(struct address buf[static MAXADDRS], char canon[static 256], c
int __lookup_ipliteral(struct address buf[static 1], const char *name, int family);
int __get_resolv_conf(struct resolvconf *, char *, size_t);
+int __res_msend_rc(int, const unsigned char *const *, const int *, unsigned char *const *, int *, int, const struct resolvconf *);
int __dns_parse(const unsigned char *, int, int (*)(void *, int, const void *, int, const void *), void *);