X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=support%2Finclude%2Frpcmisc.h;h=5814a63a9ee17f772939b9d7d7c439d078d8f24f;hb=162cbdd19830abaf6a3fd64a22839023ce99185d;hp=06970cde223a4e48d45802cbe3a20c730aa548b2;hpb=8b7ad01b14df1e7529b9ba8a1ea17df0d6004ef9;p=nfs-utils.git diff --git a/support/include/rpcmisc.h b/support/include/rpcmisc.h index 06970cd..5814a63 100644 --- a/support/include/rpcmisc.h +++ b/support/include/rpcmisc.h @@ -41,14 +41,13 @@ struct rpc_dtable { (xdrproc_t)xdr_##res_type, sizeof(res_type), \ } + void rpc_init(char *name, int prog, int vers, void (*dispatch)(struct svc_req *, SVCXPRT *), - int defport, int bufsize); -void rpc_svcrun(void); + int defport); void rpc_dispatch(struct svc_req *rq, SVCXPRT *xprt, struct rpc_dtable *dtable, int nvers, void *argp, void *resp); -void rpc_logcall(struct svc_req *, char *xname, char *args); extern int _rpcpmstart; extern int _rpcfdtype;