]> git.decadent.org.uk Git - nfs-utils.git/blobdiff - support/include/rpcmisc.h
svcgssd: use the actual context expiration for cache
[nfs-utils.git] / support / include / rpcmisc.h
index 06970cde223a4e48d45802cbe3a20c730aa548b2..5814a63a9ee17f772939b9d7d7c439d078d8f24f 100644 (file)
@@ -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;