/* * Please do not edit this file. * It was generated using rpcgen. */ #include "sumUp.h" bool_t xdr_params (XDR *xdrs, params *objp) { register int32_t *buf; if (!xdr_int (xdrs, &objp->a)) return FALSE; if (!xdr_int (xdrs, &objp->b)) return FALSE; return TRUE; }