Skip to content

Commit

Permalink
[TCP]: Kill unused extern decl for tcp_v4_hash_connecting()
Browse files Browse the repository at this point in the history
Noticed by Alan Menegotto.

Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
David S. Miller committed Mar 31, 2006
1 parent c08e496 commit 0803dbe
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions include/net/tcp.h
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 0803dbe

Please sign in to comment.