/* * Please do not edit this file. * It was generated using rpcgen. */ #include #include "radd.h" bool_t xdr_operands(xdrs, objp) XDR *xdrs; operands *objp; { if (!xdr_int(xdrs, &objp->x)) { return (FALSE); } if (!xdr_int(xdrs, &objp->y)) { return (FALSE); } return (TRUE); }