changes to reflect new names in ndir.h
[unix-history] / usr / src / lib / libcurses / curses.ext
CommitLineData
100339fe
KA
1/*
2 * External variables for the library
3 *
b684d117 4 * @(#)curses.ext 1.2 (Berkeley) %G%
100339fe
KA
5 */
6
7/* LINTLIBRARY */
8
9# include "curses.h"
10# include "unctrl.h"
11
12extern bool _echoit, _rawmode, My_term, _endwin;
13
14extern char ttytype[], *_unctrl[];
15
16extern int _tty_ch, LINES, COLS;
17
18extern SGTTY _tty;
19
20char _putchar();
b684d117
KA
21
22#ifdef DEBUG
23# define outf _outf
24
25FILE *outf;
26#endif