/* * Please do not edit this file. * It was generated using rpcgen. */ #include #include "lmgr.h" #define DATABASE "licence/info" #include "linfo.h" /* Default timeout can be changed using clnt_control() */ static struct timeval TIMEOUT = { 25, 0 }; packet * get_lmgr_52(argp, clnt) packet *argp; CLIENT *clnt; { static packet res; bzero((char *)&res, sizeof(res)); if (clnt_call(clnt, GET_LMGR, xdr_packet, argp, xdr_packet, &res, TIMEOUT) != RPC_SUCCESS) { return (NULL); } return (&res); }