diff options
Diffstat (limited to 'include/net/tcp.h')
| -rw-r--r-- | include/net/tcp.h | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/tcp.h b/include/net/tcp.h index 75be5a28815..70c5159f4b3 100644 --- a/include/net/tcp.h +++ b/include/net/tcp.h @@ -423,7 +423,7 @@ extern u8			*tcp_parse_md5sig_option(struct tcphdr *th);   *	TCP v4 functions exported for the inet6 API   */ -extern void		       	tcp_v4_send_check(struct sock *sk, int len, +extern void		       	tcp_v4_send_check(struct sock *sk,  						  struct sk_buff *skb);  extern int			tcp_v4_conn_request(struct sock *sk,  |