diff options
| author | mycroft <mycroft@NetBSD.org> | 1994-01-08 23:07:16 +0000 |
|---|---|---|
| committer | mycroft <mycroft@NetBSD.org> | 1994-01-08 23:07:16 +0000 |
| commit | e43117185eaf4f77fccc0654a4bc6d97cc299b9b (patch) | |
| tree | a0eb1e4858ecad95e4d5ad6b971db5d314c72ff6 /sys/netinet/tcp_debug.c | |
| parent | 4fe12e6e88242f9789642daf3b2f432b5a755c89 (diff) | |
Prototypes.
Diffstat (limited to 'sys/netinet/tcp_debug.c')
| -rw-r--r-- | sys/netinet/tcp_debug.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/netinet/tcp_debug.c b/sys/netinet/tcp_debug.c index ebf86f8279a..d83bd165484 100644 --- a/sys/netinet/tcp_debug.c +++ b/sys/netinet/tcp_debug.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * from: @(#)tcp_debug.c 7.6 (Berkeley) 6/28/90 - * $Id: tcp_debug.c,v 1.5 1994/01/08 21:21:57 mycroft Exp $ + * $Id: tcp_debug.c,v 1.6 1994/01/08 23:07:16 mycroft Exp $ */ #ifdef TCPDEBUG @@ -72,6 +72,7 @@ int tcpconsdebug = 0; /* * Tcp debug routines */ +void tcp_trace(act, ostate, tp, ti, req) short act, ostate; struct tcpcb *tp; |
