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