aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/tcp.h
diff options
context:
space:
mode:
authorDavid S. Miller <davem@sunset.davemloft.net>2006-03-31 02:25:46 -0800
committerDavid S. Miller <davem@sunset.davemloft.net>2006-03-31 02:25:46 -0800
commit0803dbed7a23721d091639c9e173c0389dcd524a (patch)
tree349668b826a66cf669dc48612a12047620662af9 /include/net/tcp.h
parent[NET]: add SO_RCVBUF comment (diff)
downloadlinux-dev-0803dbed7a23721d091639c9e173c0389dcd524a.tar.xz
linux-dev-0803dbed7a23721d091639c9e173c0389dcd524a.zip
[TCP]: Kill unused extern decl for tcp_v4_hash_connecting()
Noticed by Alan Menegotto. Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/tcp.h')
-rw-r--r--include/net/tcp.h3
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);
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);