|
@@ -401,6 +401,7 @@ struct svc_procedure {
|
|
/*
|
|
/*
|
|
* Function prototypes.
|
|
* Function prototypes.
|
|
*/
|
|
*/
|
|
|
|
+void svc_rpcb_cleanup(struct svc_serv *serv);
|
|
struct svc_serv *svc_create(struct svc_program *, unsigned int,
|
|
struct svc_serv *svc_create(struct svc_program *, unsigned int,
|
|
void (*shutdown)(struct svc_serv *));
|
|
void (*shutdown)(struct svc_serv *));
|
|
struct svc_rqst *svc_prepare_thread(struct svc_serv *serv,
|
|
struct svc_rqst *svc_prepare_thread(struct svc_serv *serv,
|