1#ifndef _RPC_MSG_H
2#include <sunrpc/rpc/rpc_msg.h>
3
4# ifndef _ISOMAC
5
6libc_hidden_proto (_seterr_reply)
7
8/* Now define the internal interfaces. */
9
10extern bool_t xdr_rejected_reply (XDR *xdrs, struct rejected_reply *rr);
11extern bool_t xdr_accepted_reply (XDR *xdrs, struct accepted_reply *ar);
12
13libc_hidden_proto (xdr_accepted_reply)
14libc_hidden_proto (xdr_callhdr)
15libc_hidden_proto (xdr_callmsg)
16libc_hidden_proto (xdr_rejected_reply)
17libc_hidden_proto (xdr_replymsg)
18
19# endif /* !_ISOMAC */
20#endif
21

source code of glibc/include/rpc/rpc_msg.h