X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=support%2Finclude%2Frpcmisc.h;h=d999ab9346518d716e3d62e91f28613cb0a96d7a;hb=2d60c14684d1f7bb8b15428e5f76c34888a462b9;hp=a2b2b5a9d4d5b4572c8f016c77228363626b7667;hpb=012d7fd50654b1623e63c447905187929e559cff;p=nfs-utils.git diff --git a/support/include/rpcmisc.h b/support/include/rpcmisc.h index a2b2b5a..d999ab9 100644 --- a/support/include/rpcmisc.h +++ b/support/include/rpcmisc.h @@ -41,8 +41,6 @@ struct rpc_dtable { (xdrproc_t)xdr_##res_type, sizeof(res_type), \ } - -int makesock(int port, int proto); void rpc_init(char *name, int prog, int vers, void (*dispatch)(struct svc_req *, SVCXPRT *), int defport);