Merge from vendor branch NCURSES:
[dragonfly.git] / contrib / top / patches / top.h.patch
1 $DragonFly: src/contrib/top/patches/Attic/top.h.patch,v 1.1 2004/05/29 05:11:15 hmp Exp $
2 Index: contrib/top/top.h
3 ===================================================================
4 RCS file: /cvs/src/contrib/top/top.h,v
5 retrieving revision 1.1
6 diff -p -u -r1.1 top.h
7 --- contrib/top/top.h   17 Jun 2003 02:47:20 -0000      1.1
8 +++ contrib/top/top.h   29 May 2004 02:21:56 -0000
9 @@ -16,6 +16,8 @@
10  /* Log base 2 of 1024 is 10 (2^10 == 1024) */
11  #define LOG1024                10
12  
13 +extern int screen_width;
14 +
15  char *itoa();
16  char *itoa7();
17