/* * Please do not edit this file. * It was generated using rpcgen. */ #include /* for memset */ #include "webnfs.h" #ifndef _KERNEL #include #include /* getenv, exit */ #endif /* !_KERNEL */ #pragma ident "%Z%%M% %I% %E% SMI" /* Default timeout can be changed using clnt_control() */ static struct timeval TIMEOUT = { 25, 0 }; enum clnt_stat wnlproc_null_2(void *argp, void *clnt_res, CLIENT *clnt) { return (clnt_call(clnt, WNLPROC_NULL, (xdrproc_t)xdr_void, (caddr_t)argp, (xdrproc_t)xdr_void, (caddr_t)clnt_res, TIMEOUT)); } enum clnt_stat wnlproc_lookup_2(wnl_diropargs *argp, wnl_diropres *clnt_res, CLIENT *clnt) { return (clnt_call(clnt, WNLPROC_LOOKUP, (xdrproc_t)xdr_wnl_diropargs, (caddr_t)argp, (xdrproc_t)xdr_wnl_diropres, (caddr_t)clnt_res, TIMEOUT)); } enum clnt_stat wnlproc3_null_3(void *argp, void *clnt_res, CLIENT *clnt) { return (clnt_call(clnt, WNLPROC3_NULL, (xdrproc_t)xdr_void, (caddr_t)argp, (xdrproc_t)xdr_void, (caddr_t)clnt_res, TIMEOUT)); } enum clnt_stat wnlproc3_lookup_3(WNL_LOOKUP3args *argp, WNL_LOOKUP3res *clnt_res, CLIENT *clnt) { return (clnt_call(clnt, WNLPROC3_LOOKUP, (xdrproc_t)xdr_WNL_LOOKUP3args, (caddr_t)argp, (xdrproc_t)xdr_WNL_LOOKUP3res, (caddr_t)clnt_res, TIMEOUT)); } enum clnt_stat wnlproc4_null_4(void *argp, void *clnt_res, CLIENT *clnt) { return (clnt_call(clnt, WNLPROC4_NULL, (xdrproc_t)xdr_void, (caddr_t)argp, (xdrproc_t)xdr_void, (caddr_t)clnt_res, TIMEOUT)); }