summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2004-10-25 06:26:28 -0700
committerDavid S. Miller <davem@nuts.davemloft.net>2004-10-25 06:26:28 -0700
commitf380f123e93d090d5fb83bde4fa6163b2d93fd46 (patch)
tree4b1d94a9de239fad9132132fd13d5c542e5420a1 /include
parentdab32cdd08a9da79204290d1bed04c30bd72e5d9 (diff)
[TCP]: Remove dead exports.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include')
-rw-r--r--include/net/tcp.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/net/tcp.h b/include/net/tcp.h
index 28dca9b66467..4a7dc4157df4 100644
--- a/include/net/tcp.h
+++ b/include/net/tcp.h
@@ -159,7 +159,6 @@ extern struct tcp_bind_bucket *tcp_bucket_create(struct tcp_bind_hashbucket *hea
extern void tcp_bucket_destroy(struct tcp_bind_bucket *tb);
extern void tcp_bucket_unlock(struct sock *sk);
extern int tcp_port_rover;
-extern struct sock *tcp_v4_lookup_listener(u32 addr, unsigned short hnum, int dif);
/* These are AF independent. */
static __inline__ int tcp_bhashfn(__u16 lport)