X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=blobdiff_plain;f=support%2Finclude%2Frpcmisc.h;h=d999ab9346518d716e3d62e91f28613cb0a96d7a;hp=06970cde223a4e48d45802cbe3a20c730aa548b2;hb=0bdb8d4f216cafb4fef03c9a1fc1f87508eed2d3;hpb=dccf562f4b7e9979f586cb085d3a34b7825d15db diff --git a/support/include/rpcmisc.h b/support/include/rpcmisc.h index 06970cd..d999ab9 100644 --- a/support/include/rpcmisc.h +++ b/support/include/rpcmisc.h @@ -43,7 +43,7 @@ struct rpc_dtable { void rpc_init(char *name, int prog, int vers, void (*dispatch)(struct svc_req *, SVCXPRT *), - int defport, int bufsize); + int defport); void rpc_svcrun(void); void rpc_dispatch(struct svc_req *rq, SVCXPRT *xprt, struct rpc_dtable *dtable, int nvers,