home *** CD-ROM | disk | FTP | other *** search
- /*
- * Please do not edit this file.
- * It was generated using rpcgen.
- */
-
- #include <rpc/rpc.h>
- #include "inetray.start.h"
- #ifndef ITIMER_REAL
- #include <sys/time.h> /* for A/UX */
- #endif
-
- /* Default timeout can be changed using clnt_control() */
- static struct timeval TIMEOUT = { 25, 0 };
-
- void *
- start_1(argp, clnt)
- sPrm *argp;
- CLIENT *clnt;
- {
- static char res;
-
- bzero((char *)&res, sizeof(res));
- if (clnt_call(clnt, START, xdr_sPrm, argp, xdr_void, &res, TIMEOUT) != RPC_SUCCESS) {
- return (NULL);
- }
- return ((void *)&res);
- }
-