diff options
| author | David S. Miller <davem@sunset.davemloft.net> | 2006-03-31 05:25:46 -0500 |
|---|---|---|
| committer | David S. Miller <davem@sunset.davemloft.net> | 2006-03-31 05:25:46 -0500 |
| commit | 0803dbed7a23721d091639c9e173c0389dcd524a (patch) | |
| tree | 349668b826a66cf669dc48612a12047620662af9 | |
| parent | c08e49611a8b4e38a75bf217e1029a48faf10b82 (diff) | |
[TCP]: Kill unused extern decl for tcp_v4_hash_connecting()
Noticed by Alan Menegotto.
Signed-off-by: David S. Miller <davem@davemloft.net>
| -rw-r--r-- | include/net/tcp.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/net/tcp.h b/include/net/tcp.h index 9418f4d1afbb..3c989db8a7aa 100644 --- a/include/net/tcp.h +++ b/include/net/tcp.h | |||
| @@ -405,9 +405,6 @@ extern int tcp_disconnect(struct sock *sk, int flags); | |||
| 405 | 405 | ||
| 406 | extern void tcp_unhash(struct sock *sk); | 406 | extern void tcp_unhash(struct sock *sk); |
| 407 | 407 | ||
| 408 | extern int tcp_v4_hash_connecting(struct sock *sk); | ||
| 409 | |||
| 410 | |||
| 411 | /* From syncookies.c */ | 408 | /* From syncookies.c */ |
| 412 | extern struct sock *cookie_v4_check(struct sock *sk, struct sk_buff *skb, | 409 | extern struct sock *cookie_v4_check(struct sock *sk, struct sk_buff *skb, |
| 413 | struct ip_options *opt); | 410 | struct ip_options *opt); |
