diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2006-07-05 00:40:23 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2006-07-05 00:40:23 +0000 |
commit | b4f4dbd1a4117f82b85e0839304c69086588d8c1 (patch) | |
tree | 7957f94adf9d3287316e896d809f22913ccf467b /usr.bin/netstat/netstat.h | |
parent | 7829a2b295f585760e0cf9e7907d2808ea8a500f (diff) |
remove duplicate prototype for the intpr function.
Diffstat (limited to 'usr.bin/netstat/netstat.h')
-rw-r--r-- | usr.bin/netstat/netstat.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.bin/netstat/netstat.h b/usr.bin/netstat/netstat.h index 3fa66de9bd5..9a7698ef0d7 100644 --- a/usr.bin/netstat/netstat.h +++ b/usr.bin/netstat/netstat.h @@ -1,4 +1,4 @@ -/* $OpenBSD: netstat.h,v 1.37 2006/05/27 19:24:01 claudio Exp $ */ +/* $OpenBSD: netstat.h,v 1.38 2006/07/05 00:40:22 brad Exp $ */ /* $NetBSD: netstat.h,v 1.6 1996/05/07 02:55:05 thorpej Exp $ */ /* @@ -94,8 +94,6 @@ void mbpr(u_long, u_long, u_long); void hostpr(u_long, u_long); void impstats(u_long, u_long); -void intpr(int, u_long); - void rt_stats(int, u_long); void pr_rthdr(int, int); void pr_encaphdr(void); |