summaryrefslogtreecommitdiff
path: root/sys/netinet/tcp_var.h
diff options
context:
space:
mode:
authorRobert Watson <rwatson@FreeBSD.org>2007-05-04 23:43:18 +0000
committerRobert Watson <rwatson@FreeBSD.org>2007-05-04 23:43:18 +0000
commit6087c3c29ea04749245fe513a10e290befe3b30d (patch)
tree7477f7905a44a2ce6f82569b17a1f4b924da64ba /sys/netinet/tcp_var.h
parentd2b9bc428cd11890f0fcc5839688426ed28a16c4 (diff)
Notes
Diffstat (limited to 'sys/netinet/tcp_var.h')
-rw-r--r--sys/netinet/tcp_var.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet/tcp_var.h b/sys/netinet/tcp_var.h
index 9160c4829606..96b4db44b22c 100644
--- a/sys/netinet/tcp_var.h
+++ b/sys/netinet/tcp_var.h
@@ -535,7 +535,7 @@ struct tcptemp *
void tcpip_fillheaders(struct inpcb *, void *, void *);
void tcp_timer_activate(struct tcpcb *, int, u_int);
int tcp_timer_active(struct tcpcb *, int);
-void tcp_trace(int, int, struct tcpcb *, void *, struct tcphdr *, int);
+void tcp_trace(short, short, struct tcpcb *, void *, struct tcphdr *, int);
void tcp_xmit_bandwidth_limit(struct tcpcb *tp, tcp_seq ack_seq);
void syncache_init(void);
void syncache_unreach(struct in_conninfo *, struct tcphdr *);