summaryrefslogtreecommitdiff
path: root/include/rpc
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2002-08-06 06:09:28 +0000
committerRoland McGrath <roland@gnu.org>2002-08-06 06:09:28 +0000
commit9b0b40d35e239d33fbb66ebe88b7249f9a8f006e (patch)
tree99757a9381e77c9b6c37b72822230e833a8f9a02 /include/rpc
parente2ec9b4dc1e1a39b59c0a7539ad1ddc66582e8be (diff)
* include/rpc/auth.h: Use libc_hidden_proto for getnetname,
netname2user, host2netname, user2netname, key_gendes. * sunrpc/netname.c: Add libc_hidden_def. * sunrpc/key_call.c: Likewise. * include/netdb.h: Use libc_hidden_proto for getaddrinfo, getnameinfo, freeaddrinfo. * inet/getnameinfo.c: Add libc_hidden_def. * sysdeps/generic/getaddrinfo.c: Likewise. * sysdeps/posix/getaddrinfo.c: Likewise. * include/wchar.h: Use libc_hidden_proto for wmemchr, wmemset. * wcsmbs/wmemchr.c: Add libc_hidden_def. * wcsmbs/wmemset.c: Add libc_hidden_def. * include/string.h: Move libc_hidden_proto's inside #ifndef _STRING_H. (index, rindex): Define as macros for strchr, strrchr. * string/envz.c (envz_strip): index -> strchr * include/rpc/rpc_msg.h: Use libc_hidden_proto for _seterr_reply. * sunrpc/rpc_prot.c: Add libc_hidden_def. * include/wchar.h: Use libc_hidden_proto for mbrtowc. * wcsmbs/mbrtowc.c: Add libc_hidden_weak.
Diffstat (limited to 'include/rpc')
-rw-r--r--include/rpc/auth.h1
-rw-r--r--include/rpc/rpc_msg.h2
2 files changed, 3 insertions, 0 deletions
diff --git a/include/rpc/auth.h b/include/rpc/auth.h
index 9cef7c6fa9..a5e290b898 100644
--- a/include/rpc/auth.h
+++ b/include/rpc/auth.h
@@ -5,6 +5,7 @@ libc_hidden_proto (getnetname)
libc_hidden_proto (netname2user)
libc_hidden_proto (host2netname)
libc_hidden_proto (user2netname)
+libc_hidden_proto (key_gendes)
/* Now define the internal interfaces. */
struct key_netstarg;
diff --git a/include/rpc/rpc_msg.h b/include/rpc/rpc_msg.h
index ab2e775430..3e518c93d4 100644
--- a/include/rpc/rpc_msg.h
+++ b/include/rpc/rpc_msg.h
@@ -1,6 +1,8 @@
#ifndef _RPC_MSG_H
#include <sunrpc/rpc/rpc_msg.h>
+libc_hidden_proto (_seterr_reply)
+
/* Now define the internal interfaces. */
extern bool_t xdr_rejected_reply (XDR *xdrs, struct rejected_reply *rr);