2000-12-31 23:34:47 +08:00
|
|
|
#ifndef _RPC_MSG_H
|
1995-02-18 09:27:10 +08:00
|
|
|
#include <sunrpc/rpc/rpc_msg.h>
|
2000-12-31 23:34:47 +08:00
|
|
|
|
2002-08-06 14:09:28 +08:00
|
|
|
libc_hidden_proto (_seterr_reply)
|
|
|
|
|
2000-12-31 23:34:47 +08:00
|
|
|
/* Now define the internal interfaces. */
|
|
|
|
|
|
|
|
extern bool_t xdr_rejected_reply (XDR *xdrs, struct rejected_reply *rr);
|
|
|
|
extern bool_t xdr_accepted_reply (XDR *xdrs, struct accepted_reply *ar);
|
2011-04-17 09:59:36 +08:00
|
|
|
|
|
|
|
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)
|
2000-12-31 23:34:47 +08:00
|
|
|
|
|
|
|
#endif
|