diff options
Diffstat (limited to 'include/net')
-rw-r--r-- | include/net/inet_connection_sock.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/net/inet_connection_sock.h b/include/net/inet_connection_sock.h index 4e5a9ff99fc3..363a067403ee 100644 --- a/include/net/inet_connection_sock.h +++ b/include/net/inet_connection_sock.h | |||
@@ -321,4 +321,8 @@ extern void inet_csk_listen_stop(struct sock *sk); | |||
321 | 321 | ||
322 | extern void inet_csk_addr2sockaddr(struct sock *sk, struct sockaddr *uaddr); | 322 | extern void inet_csk_addr2sockaddr(struct sock *sk, struct sockaddr *uaddr); |
323 | 323 | ||
324 | extern int inet_csk_ctl_sock_create(struct socket **sock, | ||
325 | unsigned short family, | ||
326 | unsigned short type, | ||
327 | unsigned char protocol); | ||
324 | #endif /* _INET_CONNECTION_SOCK_H */ | 328 | #endif /* _INET_CONNECTION_SOCK_H */ |