rpc_msg.h 502 B

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