diff options
Diffstat (limited to 'include/linux/sunrpc/svcsock.h')
-rw-r--r-- | include/linux/sunrpc/svcsock.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/sunrpc/svcsock.h b/include/linux/sunrpc/svcsock.h index 1b353a76c304..3a45a80760b9 100644 --- a/include/linux/sunrpc/svcsock.h +++ b/include/linux/sunrpc/svcsock.h | |||
@@ -45,6 +45,7 @@ int svc_sock_names(struct svc_serv *serv, char *buf, | |||
45 | int svc_addsock(struct svc_serv *serv, const int fd, | 45 | int svc_addsock(struct svc_serv *serv, const int fd, |
46 | char *name_return, const size_t len); | 46 | char *name_return, const size_t len); |
47 | void svc_init_xprt_sock(void); | 47 | void svc_init_xprt_sock(void); |
48 | void svc_init_bc_xprt_sock(void); | ||
48 | void svc_cleanup_xprt_sock(void); | 49 | void svc_cleanup_xprt_sock(void); |
49 | struct svc_xprt *svc_sock_create(struct svc_serv *serv, int prot); | 50 | struct svc_xprt *svc_sock_create(struct svc_serv *serv, int prot); |
50 | void svc_sock_destroy(struct svc_xprt *); | 51 | void svc_sock_destroy(struct svc_xprt *); |