aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/9term/9term.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/9term/9term.h')
-rw-r--r--src/cmd/9term/9term.h21
1 files changed, 3 insertions, 18 deletions
diff --git a/src/cmd/9term/9term.h b/src/cmd/9term/9term.h
index 4e8d61f3..57a8359e 100644
--- a/src/cmd/9term/9term.h
+++ b/src/cmd/9term/9term.h
@@ -1,19 +1,4 @@
-#include <u.h>
-#include <libc.h>
-#include <ctype.h>
-#include <draw.h>
-#include <thread.h>
-#include <mouse.h>
-#include <cursor.h>
-#include <keyboard.h>
-#include <frame.h>
-#include <plumb.h>
-#include <termios.h>
-#include <sys/termios.h>
-#ifdef __linux__
-#include <pty.h>
-#endif
-
-extern int getchildwd(int, char*, int);
extern int getpts(int[], char*);
-
+extern int childpty(int[], char*);
+extern void updatewinsize(int, int, int, int);
+extern int rcfd[];