X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=support%2Finclude%2Frpcmisc.h;h=5814a63a9ee17f772939b9d7d7c439d078d8f24f;hb=162cbdd19830abaf6a3fd64a22839023ce99185d;hp=a2b2b5a9d4d5b4572c8f016c77228363626b7667;hpb=9ee7da8230adead93a1b42b1ac2c78e02227fe15;p=nfs-utils.git diff --git a/support/include/rpcmisc.h b/support/include/rpcmisc.h index a2b2b5a..5814a63 100644 --- a/support/include/rpcmisc.h +++ b/support/include/rpcmisc.h @@ -42,15 +42,12 @@ struct rpc_dtable { } -int makesock(int port, int proto); void rpc_init(char *name, int prog, int vers, void (*dispatch)(struct svc_req *, SVCXPRT *), int defport); -void rpc_svcrun(void); 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;