diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-06-26 21:59:12 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-06-26 21:59:12 +0000 |
commit | ef38a0e957c4e18974e4f95e9ca96458e557c58f (patch) | |
tree | faf2c38d4d78ee3f7c34405b2d21f433984fca46 /usr.bin/netstat/netstat.h | |
parent | f1352fa502cddfd41ce2f093a0b44a482e6ec5ad (diff) |
more proto fixes
Diffstat (limited to 'usr.bin/netstat/netstat.h')
-rw-r--r-- | usr.bin/netstat/netstat.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/netstat/netstat.h b/usr.bin/netstat/netstat.h index e27f9f2eb97..d24e615c9c1 100644 --- a/usr.bin/netstat/netstat.h +++ b/usr.bin/netstat/netstat.h @@ -1,4 +1,4 @@ -/* $OpenBSD: netstat.h,v 1.24 2003/06/25 21:18:55 deraadt Exp $ */ +/* $OpenBSD: netstat.h,v 1.25 2003/06/26 21:59:11 deraadt Exp $ */ /* $NetBSD: netstat.h,v 1.6 1996/05/07 02:55:05 thorpej Exp $ */ /* @@ -140,7 +140,7 @@ void iso_protopr(u_long, char *); void iso_protopr1(u_long, int); void tp_protopr(u_long, char *); void tp_inproto(u_long); -void tp_stats(caddr_t, caddr_t); +void tp_stats(u_long, char *); void mroutepr(u_long, u_long, u_long, u_long); void mrt_stats(u_long, u_long); |