diff options
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 92f0ac7d4657d..2c0c458a0ff1c 100644 --- a/usr.bin/netstat/netstat.h +++ b/usr.bin/netstat/netstat.h @@ -117,6 +117,6 @@ void tp_protopr __P((u_long, char *)); void tp_inproto __P((u_long)); void tp_stats __P((caddr_t, caddr_t)); -void mroutepr __P((u_long, u_long)); -void mrt_stats __P((u_long)); +void mroutepr __P((u_long, u_long, u_long)); +void mrt_stats __P((u_long, u_long)); |