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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/network/lookup.h b/src/network/lookup.h
index 0468edbc..329aaa77 100644
--- a/src/network/lookup.h
+++ b/src/network/lookup.h
@@ -36,4 +36,6 @@ int __lookup_ipliteral(struct address buf[static 1], const char *name, int famil
int __get_resolv_conf(struct resolvconf *, char *, size_t);
+int __dns_parse(const unsigned char *, int, int (*)(void *, int, const void *, int, const void *), void *);
+
#endif