summaryrefslogtreecommitdiff
path: root/usr.bin/netstat
diff options
context:
space:
mode:
authorRay Lai <ray@cvs.openbsd.org>2007-06-19 05:30:20 +0000
committerRay Lai <ray@cvs.openbsd.org>2007-06-19 05:30:20 +0000
commitdeb867ca4f63729e671211eec47cff9b670ab4c9 (patch)
tree92242a1f0633976e99680def60d4648afc3a68c5 /usr.bin/netstat
parent6f48153410d33d878abf010568b22005399c3a50 (diff)
net80211_ifstats() is called in main.c but there was no prototype.
OK markus and itojun
Diffstat (limited to 'usr.bin/netstat')
-rw-r--r--usr.bin/netstat/netstat.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.bin/netstat/netstat.h b/usr.bin/netstat/netstat.h
index e46b6192038..6e57b6dc731 100644
--- a/usr.bin/netstat/netstat.h
+++ b/usr.bin/netstat/netstat.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: netstat.h,v 1.41 2007/06/04 12:20:24 henning Exp $ */
+/* $OpenBSD: netstat.h,v 1.42 2007/06/19 05:30:19 ray Exp $ */
/* $NetBSD: netstat.h,v 1.6 1996/05/07 02:55:05 thorpej Exp $ */
/*
@@ -88,6 +88,8 @@ void etherip_stats(u_long, char *);
void protopr(u_long, char *);
void ipcomp_stats(u_long, char *);
+void net80211_ifstats(char *);
+
void tcp_dump(u_long);
void mbpr(u_long, u_long, u_long);