=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/netstat/netstat.h,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- src/usr.bin/netstat/netstat.h 2001/07/05 08:47:44 1.18 +++ src/usr.bin/netstat/netstat.h 2001/08/26 09:42:04 1.19 @@ -1,4 +1,4 @@ -/* $OpenBSD: netstat.h,v 1.18 2001/07/05 08:47:44 jjbg Exp $ */ +/* $OpenBSD: netstat.h,v 1.19 2001/08/26 09:42:04 brian Exp $ */ /* $NetBSD: netstat.h,v 1.6 1996/05/07 02:55:05 thorpej Exp $ */ /* @@ -51,6 +51,7 @@ int mflag; /* show memory stats */ int nflag; /* show addresses numerically */ int pflag; /* show given protocol */ +int qflag; /* only display non-zero values for output */ int rflag; /* show routing tables (or routing stats) */ int sflag; /* show protocol statistics */ int tflag; /* show i/f watchdog timers */