blob: cf4f3754b059d4466aa5088f19874580ff33929e (
plain)
1
2
3
4
5
6
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);
|