date and time created 81/02/09 17:48:21 by arnold
authorKen Arnold <arnold@ucbvax.Berkeley.EDU>
Tue, 10 Feb 1981 09:48:21 +0000 (01:48 -0800)
committerKen Arnold <arnold@ucbvax.Berkeley.EDU>
Tue, 10 Feb 1981 09:48:21 +0000 (01:48 -0800)
SCCS-vsn: lib/libcurses/curses.ext 1.1

usr/src/lib/libcurses/curses.ext [new file with mode: 0644]

diff --git a/usr/src/lib/libcurses/curses.ext b/usr/src/lib/libcurses/curses.ext
new file mode 100644 (file)
index 0000000..05b5436
--- /dev/null
@@ -0,0 +1,20 @@
+/*
+ * External variables for the library
+ *
+ * @(#)curses.ext      1.1 (Berkeley) %G%
+ */
+
+/* LINTLIBRARY */
+
+# include      "curses.h"
+# include      "unctrl.h"
+
+extern bool    _echoit, _rawmode, My_term, _endwin;
+
+extern char    ttytype[], *_unctrl[];
+
+extern int     _tty_ch, LINES, COLS;
+
+extern SGTTY   _tty;
+
+char           _putchar();