diff options
Diffstat (limited to 'include/net/inet_connection_sock.h')
-rw-r--r-- | include/net/inet_connection_sock.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/net/inet_connection_sock.h b/include/net/inet_connection_sock.h index a50f4a4b7b4b..692825fc8135 100644 --- a/include/net/inet_connection_sock.h +++ b/include/net/inet_connection_sock.h | |||
@@ -239,4 +239,6 @@ static inline void inet_csk_reqsk_queue_drop(struct sock *sk, | |||
239 | reqsk_free(req); | 239 | reqsk_free(req); |
240 | } | 240 | } |
241 | 241 | ||
242 | extern void inet_csk_listen_stop(struct sock *sk); | ||
243 | |||
242 | #endif /* _INET_CONNECTION_SOCK_H */ | 244 | #endif /* _INET_CONNECTION_SOCK_H */ |