diff options
Diffstat (limited to 'include/net')
-rw-r--r-- | include/net/tcp.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/net/tcp.h b/include/net/tcp.h index d95661a3aeeb..0c769adb0463 100644 --- a/include/net/tcp.h +++ b/include/net/tcp.h | |||
@@ -799,8 +799,6 @@ extern void tcp_parse_options(struct sk_buff *skb, | |||
799 | * TCP v4 functions exported for the inet6 API | 799 | * TCP v4 functions exported for the inet6 API |
800 | */ | 800 | */ |
801 | 801 | ||
802 | extern int tcp_v4_rebuild_header(struct sock *sk); | ||
803 | |||
804 | extern int tcp_v4_build_header(struct sock *sk, | 802 | extern int tcp_v4_build_header(struct sock *sk, |
805 | struct sk_buff *skb); | 803 | struct sk_buff *skb); |
806 | 804 | ||