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