/* * Please do not edit this file. * It was generated using rpcgen. */ #include /* for memset */ #include "rpc_ic.h" /* Default timeout can be changed using clnt_control() */ static struct timeval TIMEOUT = { 25, 0 }; struct msg_t * tcs_ic_cmd_io_1(struct msg_t *argp, CLIENT *clnt) { static struct msg_t clnt_res; memset((char *)&clnt_res, 0, sizeof(clnt_res)); if (clnt_call(clnt, TCS_IC_CMD_IO, xdr_msg_t, argp, xdr_msg_t, &clnt_res, TIMEOUT) != RPC_SUCCESS) { return (NULL); } return (&clnt_res); }