summaryrefslogtreecommitdiff
path: root/include/arpa
diff options
context:
space:
mode:
authorDaniel Mack <zonque@gmail.com>2011-07-13 00:30:49 +0200
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2011-08-26 09:29:53 +0200
commite5153a77782bf7042f50b97959536f3f181bad99 (patch)
treedce1cfc0a4ff925f25994f61b55ec40b58b78be9 /include/arpa
parent466f11015f44dd6be48bc0295196a83421bceea5 (diff)
inet/resolv: add ns_name_pton, ns_name_pack and ns_name_compress
These are built '#ifdef L_ns_name' Signed-off-by: Daniel Mack <zonque@gmail.com>
Diffstat (limited to 'include/arpa')
-rw-r--r--include/arpa/nameser.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/arpa/nameser.h b/include/arpa/nameser.h
index 917ba19b9..cdc3df555 100644
--- a/include/arpa/nameser.h
+++ b/include/arpa/nameser.h
@@ -521,6 +521,7 @@ int ns_name_ntol (const u_char *, u_char *, size_t) __THROW;
int ns_name_ntop (const u_char *, char *, size_t) __THROW;
libc_hidden_proto(ns_name_ntop)
int ns_name_pton (const char *, u_char *, size_t) __THROW;
+libc_hidden_proto(ns_name_pton)
int ns_name_unpack (const u_char *, const u_char *,
const u_char *, u_char *, size_t) __THROW;
libc_hidden_proto(ns_name_unpack)