summaryrefslogtreecommitdiff
path: root/sys/netinet
diff options
context:
space:
mode:
authorNiklas Hallqvist <niklas@cvs.openbsd.org>1999-07-22 17:51:31 +0000
committerNiklas Hallqvist <niklas@cvs.openbsd.org>1999-07-22 17:51:31 +0000
commitd5040ef893e6ddb42adf9370904458c940db9fec (patch)
tree35737f967ebee3bc4e5e50cd2ecb5ba486b63d8b /sys/netinet
parent4e6f3beab6cded23491db88616a3edc498523dd4 (diff)
Revert to 1.21
Diffstat (limited to 'sys/netinet')
-rw-r--r--sys/netinet/tcp_var.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/netinet/tcp_var.h b/sys/netinet/tcp_var.h
index 9ac7ef96eed..d3b98f0fd7f 100644
--- a/sys/netinet/tcp_var.h
+++ b/sys/netinet/tcp_var.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: tcp_var.h,v 1.22 1999/07/17 23:41:46 provos Exp $ */
+/* $OpenBSD: tcp_var.h,v 1.23 1999/07/22 17:51:30 niklas Exp $ */
/* $NetBSD: tcp_var.h,v 1.17 1996/02/13 23:44:24 christos Exp $ */
/*
@@ -330,8 +330,8 @@ struct tcpcb *
tcp_disconnect __P((struct tcpcb *));
struct tcpcb *
tcp_drop __P((struct tcpcb *, int));
-void tcp_dooptions __P((struct tcpcb *, u_char *, int, struct tcphdr *,
- int *, u_int32_t *, u_int32_t *));
+int tcp_dooptions __P((struct tcpcb *, u_char *, int, struct tcphdr *,
+ struct mbuf *, int, int *, u_int32_t *, u_int32_t *));
void tcp_drain __P((void));
void tcp_fasttimo __P((void));
void tcp_init __P((void));