diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/arpa/nameser.h | 4 | ||||
| -rw-r--r-- | include/resolv.h | 3 | 
2 files changed, 7 insertions, 0 deletions
diff --git a/include/arpa/nameser.h b/include/arpa/nameser.h index dfab5b4bb..17c68f595 100644 --- a/include/arpa/nameser.h +++ b/include/arpa/nameser.h @@ -499,6 +499,7 @@ void		ns_put32 (u_long, u_char *) __THROW;  int		ns_initparse (const u_char *, int, ns_msg *) __THROW;  int		ns_skiprr (const u_char *, const u_char *, ns_sect, int)       __THROW; +libc_hidden_proto(ns_skiprr)  int		ns_parserr (ns_msg *, ns_sect, int, ns_rr *) __THROW;  int		ns_sprintrr (const ns_msg *, const ns_rr *,  			     const char *, const char *, char *, size_t) @@ -520,12 +521,15 @@ int		ns_name_unpack (const u_char *, const u_char *,  libc_hidden_proto(ns_name_unpack)  int		ns_name_pack (const u_char *, u_char *, int,  			      const u_char **, const u_char **) __THROW; +libc_hidden_proto(ns_name_pack)  int		ns_name_uncompress (const u_char *, const u_char *,  				    const u_char *, char *, size_t) __THROW;  libc_hidden_proto(ns_name_uncompress)  int		ns_name_compress (const char *, u_char *, size_t,  				  const u_char **, const u_char **) __THROW; +libc_hidden_proto(ns_name_compress)  int		ns_name_skip (const u_char **, const u_char *) __THROW; +libc_hidden_proto(ns_name_skip)  void		ns_name_rollback (const u_char *, const u_char **,  				  const u_char **) __THROW;  int		ns_sign (u_char *, int *, int, int, void *, diff --git a/include/resolv.h b/include/resolv.h index 55e9dee91..9349be11f 100644 --- a/include/resolv.h +++ b/include/resolv.h @@ -405,10 +405,13 @@ char *		p_secstodate (u_long) __THROW;  int		dn_count_labels (const char *) __THROW;  #endif  int		dn_skipname (const u_char *, const u_char *) __THROW; +libc_hidden_proto(dn_skipname)  int		dn_comp (const char *, u_char *, int, u_char **, u_char **)       __THROW; +libc_hidden_proto(dn_comp)  int		dn_expand (const u_char *, const u_char *, const u_char *,  			   char *, int) __THROW; +libc_hidden_proto(dn_expand)  int		res_ninit (res_state) __THROW;  void		res_nclose (res_state) __THROW;  #if 0  | 
