Finally move DB declaration under _CURSES_PRIVATE

This commit is contained in:
Andrey A. Chernov 1994-10-28 23:38:18 +00:00
parent cfb92d36fb
commit c0d678dc83
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=3984
3 changed files with 1 additions and 4 deletions

View File

@ -367,6 +367,7 @@ int __waddch __P((WINDOW *, __LDATA *));
#define max(a,b) (a > b ? a : b)
/* Private externs. */
extern char DB;
extern int __echoit;
extern int __endwin;
extern int __pfast;

View File

@ -39,8 +39,6 @@ static char sccsid[] = "@(#)refresh.c 8.4 (Berkeley) 8/4/94";
#include "curses.h"
extern char DB;
static int curwin;
static short ly, lx;

View File

@ -44,8 +44,6 @@ static char sccsid[] = "@(#)setterm.c 8.7 (Berkeley) 7/27/94";
#include "curses.h"
extern char DB;
#undef ospeed
extern short ospeed;