=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/top/top.h,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- src/usr.bin/top/top.h 2007/09/25 06:02:36 1.11 +++ src/usr.bin/top/top.h 2010/02/05 10:21:10 1.12 @@ -1,4 +1,4 @@ -/* $OpenBSD: top.h,v 1.11 2007/09/25 06:02:36 otto Exp $ */ +/* $OpenBSD: top.h,v 1.12 2010/02/05 10:21:10 otto Exp $ */ /* * Top users/processes display for Unix @@ -38,9 +38,6 @@ /* Current major version number */ #define VERSION 3 - -/* Number of lines of header information on the standard screen */ -extern int Header_lines; /* Maximum number of columns allowed for display */ #define MAX_COLS 256