mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-10 05:03:06 +03:00
Obsolete RPC implementation in libc.
This commit is contained in:
@@ -7,8 +7,11 @@ libc_hidden_proto (_seterr_reply)
|
||||
|
||||
extern bool_t xdr_rejected_reply (XDR *xdrs, struct rejected_reply *rr);
|
||||
extern bool_t xdr_accepted_reply (XDR *xdrs, struct accepted_reply *ar);
|
||||
extern bool_t xdr_callmsg_internal (XDR *__xdrs, struct rpc_msg *__cmsg);
|
||||
extern bool_t xdr_callhdr_internal (XDR *__xdrs, struct rpc_msg *__cmsg);
|
||||
extern bool_t xdr_replymsg_internal (XDR *__xdrs, struct rpc_msg *__rmsg);
|
||||
|
||||
libc_hidden_proto (xdr_accepted_reply)
|
||||
libc_hidden_proto (xdr_callhdr)
|
||||
libc_hidden_proto (xdr_callmsg)
|
||||
libc_hidden_proto (xdr_rejected_reply)
|
||||
libc_hidden_proto (xdr_replymsg)
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user