diff options
Diffstat (limited to 'include/linux/sunrpc/svcsock.h')
-rw-r--r-- | include/linux/sunrpc/svcsock.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/sunrpc/svcsock.h b/include/linux/sunrpc/svcsock.h index 827163138949..04dba23c59f2 100644 --- a/include/linux/sunrpc/svcsock.h +++ b/include/linux/sunrpc/svcsock.h | |||
@@ -45,6 +45,8 @@ int svc_addsock(struct svc_serv *serv, const int fd, | |||
45 | char *name_return, const size_t len); | 45 | char *name_return, const size_t len); |
46 | void svc_init_xprt_sock(void); | 46 | void svc_init_xprt_sock(void); |
47 | void svc_cleanup_xprt_sock(void); | 47 | void svc_cleanup_xprt_sock(void); |
48 | struct svc_xprt *svc_sock_create(struct svc_serv *serv, int prot); | ||
49 | void svc_sock_destroy(struct svc_xprt *); | ||
48 | 50 | ||
49 | /* | 51 | /* |
50 | * svc_makesock socket characteristics | 52 | * svc_makesock socket characteristics |