/* * Please do not edit this file. * It was generated using rpcgen. */ #include #include "tttt.h" #define DATABASE "licence/info" #include "linfo.h" bool_t xdr_packet(xdrs, objp) XDR *xdrs; packet *objp; { if (!xdr_int(xdrs, &objp->data1)) { return (FALSE); } if (!xdr_int(xdrs, &objp->data2)) { return (FALSE); } if (!xdr_int(xdrs, &objp->data3)) { return (FALSE); } return (TRUE); }