/* * Please do not edit this file. * It was generated using rpcgen. */ #include "rpc_ic.h" bool_t xdr_msg_t(XDR *xdrs, msg_t *objp) { register long *buf; int i; if (!xdr_long(xdrs, &objp->rc)) { return (FALSE); } if (!xdr_long(xdrs, &objp->pcode)) { return (FALSE); } if (!xdr_vector(xdrs, (char *)objp->txt, 512, sizeof(char), (xdrproc_t)xdr_char)) { return (FALSE); } return (TRUE); }