Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0803dbed authored by David S. Miller's avatar David S. Miller
Browse files

[TCP]: Kill unused extern decl for tcp_v4_hash_connecting()



Noticed by Alan Menegotto.

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent c08e4961
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -405,9 +405,6 @@ extern int tcp_disconnect(struct sock *sk, int flags);

extern void			tcp_unhash(struct sock *sk);

extern int			tcp_v4_hash_connecting(struct sock *sk);


/* From syncookies.c */
extern struct sock *cookie_v4_check(struct sock *sk, struct sk_buff *skb, 
				    struct ip_options *opt);