Two prototypes are found in both systat.h and pftop.c. systat.h is included in pftop.c, and systat compiles and runs without the duplicated pftop.c protos.
ok to remove? -mark Index: pftop.c =================================================================== RCS file: /cvs/src/usr.bin/systat/pftop.c,v retrieving revision 1.16 diff -u -p -r1.16 pftop.c --- pftop.c 28 Oct 2010 16:08:10 -0000 1.16 +++ pftop.c 3 Feb 2011 14:18:33 -0000 @@ -88,9 +88,6 @@ int select_rules(void); int read_rules(void); void print_rules(void); -int print_header(void); -int keyboard_callback(int ch); - int select_queues(void); int read_queues(void); void print_queues(void);
