diff options
Diffstat (limited to 'include/rpc/netdb.h')
-rw-r--r-- | include/rpc/netdb.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/rpc/netdb.h b/include/rpc/netdb.h index 86717373c..e9a6565ad 100644 --- a/include/rpc/netdb.h +++ b/include/rpc/netdb.h @@ -51,10 +51,15 @@ struct rpcent }; extern void setrpcent (int __stayopen) __THROW; +libc_hidden_proto(setrpcent) extern void endrpcent (void) __THROW; +libc_hidden_proto(endrpcent) extern struct rpcent *getrpcbyname (__const char *__name) __THROW; +libc_hidden_proto(getrpcbyname) extern struct rpcent *getrpcbynumber (int __number) __THROW; +libc_hidden_proto(getrpcbynumber) extern struct rpcent *getrpcent (void) __THROW; +libc_hidden_proto(getrpcent) #if defined __USE_MISC && defined __UCLIBC_HAS_REENTRANT_RPC__ extern int getrpcbyname_r (__const char *__name, struct rpcent *__result_buf, |