summaryrefslogtreecommitdiff
path: root/include/resolv.h
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2011-11-17 10:46:42 +0100
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2011-11-17 10:52:25 +0100
commitdcf56488daa07aea35755532f0461d1921dcd416 (patch)
tree0705b6b9d56d88147d47fe5cb5a9ee7a559b65c4 /include/resolv.h
parenteb51b7f1359cf75c792cca6615c9aa1b167ce79f (diff)
resolv: hide relocations
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'include/resolv.h')
-rw-r--r--include/resolv.h3
1 files changed, 3 insertions, 0 deletions
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