From b133fe1cac9f99b63ea56daf92caa1423b1289d0 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Thu, 20 Nov 2008 22:07:43 +0000 Subject: next portion of libc_hidden_proto removal --- include/rpc/rpc_msg.h | 1 + include/rpc/xdr.h | 1 + 2 files changed, 2 insertions(+) (limited to 'include/rpc') diff --git a/include/rpc/rpc_msg.h b/include/rpc/rpc_msg.h index 636d60ea9..c04f03cc6 100644 --- a/include/rpc/rpc_msg.h +++ b/include/rpc/rpc_msg.h @@ -187,6 +187,7 @@ extern bool_t xdr_callhdr (XDR *__xdrs, struct rpc_msg *__cmsg) __THROW; * struct rpc_msg *rmsg; */ extern bool_t xdr_replymsg (XDR *__xdrs, struct rpc_msg *__rmsg) __THROW; +libc_hidden_proto(xdr_replymsg) /* * Fills in the error part of a reply message. diff --git a/include/rpc/xdr.h b/include/rpc/xdr.h index 25dd214ee..c885cdcb9 100644 --- a/include/rpc/xdr.h +++ b/include/rpc/xdr.h @@ -357,6 +357,7 @@ extern bool_t xdr_netobj (XDR *__xdrs, struct netobj *__np) __THROW; /* XDR using memory buffers */ extern void xdrmem_create (XDR *__xdrs, __const caddr_t __addr, u_int __size, enum xdr_op __xop) __THROW; +libc_hidden_proto(xdrmem_create) /* XDR using stdio library */ extern void xdrstdio_create (XDR *__xdrs, FILE *__file, enum xdr_op __xop) -- cgit v1.2.3