diff options
Diffstat (limited to 'net/tipc/socket.h')
-rw-r--r-- | net/tipc/socket.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/tipc/socket.h b/net/tipc/socket.h index c15c4e121fe3..f56c3fded51f 100644 --- a/net/tipc/socket.h +++ b/net/tipc/socket.h | |||
@@ -45,7 +45,7 @@ | |||
45 | 45 | ||
46 | int tipc_socket_init(void); | 46 | int tipc_socket_init(void); |
47 | void tipc_socket_stop(void); | 47 | void tipc_socket_stop(void); |
48 | int tipc_sock_create_local(int type, struct socket **res); | 48 | int tipc_sock_create_local(struct net *net, int type, struct socket **res); |
49 | void tipc_sock_release_local(struct socket *sock); | 49 | void tipc_sock_release_local(struct socket *sock); |
50 | int tipc_sock_accept_local(struct socket *sock, struct socket **newsock, | 50 | int tipc_sock_accept_local(struct socket *sock, struct socket **newsock, |
51 | int flags); | 51 | int flags); |