/* * Please do not edit this file. * It was generated using rpcgen. */ #include #include "mc.h" bool_t xdr_mypair(xdrs, objp) XDR *xdrs; mypair *objp; { if (!xdr_int(xdrs, &objp->arg1)) { return (FALSE); } if (!xdr_int(xdrs, &objp->arg2)) { return (FALSE); } return (TRUE); }