diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1995-12-16 02:14:44 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1995-12-16 02:14:44 +0000 |
| commit | b62d102cbb630b9effaebda3535145d5598ea146 (patch) | |
| tree | 94e1ead13196636285fcd186a736f2f784654100 /sys/netinet/tcp_var.h | |
| parent | a5db65d39f78617d4d91cc7fabcb59e54d108146 (diff) | |
Notes
Diffstat (limited to 'sys/netinet/tcp_var.h')
| -rw-r--r-- | sys/netinet/tcp_var.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet/tcp_var.h b/sys/netinet/tcp_var.h index 706cf9fa520c..2b2e5486e7a3 100644 --- a/sys/netinet/tcp_var.h +++ b/sys/netinet/tcp_var.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)tcp_var.h 8.4 (Berkeley) 5/24/95 - * $Id: tcp_var.h,v 1.23 1995/11/14 20:34:50 phk Exp $ + * $Id: tcp_var.h,v 1.24 1995/12/05 17:46:50 wollman Exp $ */ #ifndef _NETINET_TCP_VAR_H_ @@ -332,7 +332,7 @@ extern u_short tcp_lastport; /* last assigned port */ void tcp_canceltimers __P((struct tcpcb *)); struct tcpcb * tcp_close __P((struct tcpcb *)); -void tcp_ctlinput __P((int, struct sockaddr *, struct ip *)); +void tcp_ctlinput __P((int, struct sockaddr *, void *)); int tcp_ctloutput __P((int, struct socket *, int, int, struct mbuf **)); struct tcpcb * tcp_drop __P((struct tcpcb *, int)); |
