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