=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/netstat/netstat.h,v retrieving revision 1.33 retrieving revision 1.34 diff -c -r1.33 -r1.34 *** src/usr.bin/netstat/netstat.h 2005/03/30 08:23:47 1.33 --- src/usr.bin/netstat/netstat.h 2005/04/12 14:11:49 1.34 *************** *** 1,4 **** ! /* $OpenBSD: netstat.h,v 1.33 2005/03/30 08:23:47 jaredy Exp $ */ /* $NetBSD: netstat.h,v 1.6 1996/05/07 02:55:05 thorpej Exp $ */ /* --- 1,4 ---- ! /* $OpenBSD: netstat.h,v 1.34 2005/04/12 14:11:49 reyk Exp $ */ /* $NetBSD: netstat.h,v 1.6 1996/05/07 02:55:05 thorpej Exp $ */ /* *************** *** 52,57 **** --- 52,58 ---- int sflag; /* show protocol statistics */ int tflag; /* show i/f watchdog timers */ int vflag; /* be verbose */ + int Wflag; /* show net80211 protocol statistics */ int interval; /* repeat interval for i/f stats */