diff options
Diffstat (limited to 'include/resolv.h')
-rw-r--r-- | include/resolv.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/resolv.h b/include/resolv.h index 95b9eebef8..cf4f3754b0 100644 --- a/include/resolv.h +++ b/include/resolv.h @@ -1 +1,7 @@ #include <resolv/resolv.h> + +/* Internal interfaces. */ + +extern int __ns_name_ntop (const u_char *, char *, size_t); +extern int __ns_name_unpack (const u_char *, const u_char *, + const u_char *, u_char *, size_t); |