X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=blobdiff_plain;f=support%2Finclude%2Frpcmisc.h;h=35c5011934183d222c8f1332e44cbbeb5ffdb29d;hp=a2b2b5a9d4d5b4572c8f016c77228363626b7667;hb=06d0b0c9d3f1727d6a7f51d9edd7c3e7c38a293a;hpb=9ee7da8230adead93a1b42b1ac2c78e02227fe15 diff --git a/support/include/rpcmisc.h b/support/include/rpcmisc.h index a2b2b5a..35c5011 100644 --- a/support/include/rpcmisc.h +++ b/support/include/rpcmisc.h @@ -46,11 +46,9 @@ 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;