clnt_tp_create_timed
client = clnt_tp_create_timed(host, prognum, versnum, nconf,
clnt = clnt_tp_create_timed(hostname, prog, vers, nconf, tp);
return (clnt_tp_create_timed(hostname, prog, vers, nconf, NULL));
extern CLIENT * clnt_tp_create_timed(const char *, const rpcprog_t,
extern CLIENT * clnt_tp_create_timed();