aboutsummaryrefslogtreecommitdiffstats
path: root/src/hftctl.c
diff options
context:
space:
mode:
authorJim Blandy1992-02-22 21:15:26 +0000
committerJim Blandy1992-02-22 21:15:26 +0000
commit4e3a36cde9cf4901248cb57b29cd700fc02caf6d (patch)
tree5bb38c7d708315f34871cfb08c0555a74f9da151 /src/hftctl.c
parentb350a838dd1f4f832f41689fc5919497b3e04ffb (diff)
downloademacs-4e3a36cde9cf4901248cb57b29cd700fc02caf6d.tar.gz
emacs-4e3a36cde9cf4901248cb57b29cd700fc02caf6d.zip
entered into RCS
Diffstat (limited to 'src/hftctl.c')
-rw-r--r--src/hftctl.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/hftctl.c b/src/hftctl.c
index 1e038725777..6ba1e2fb7fd 100644
--- a/src/hftctl.c
+++ b/src/hftctl.c
@@ -52,6 +52,7 @@
52#include <termios.h> 52#include <termios.h>
53#include <termio.h> 53#include <termio.h>
54#include <sys/hft.h> 54#include <sys/hft.h>
55#include <sys/uio.h>
55#include <sys/tty.h> 56#include <sys/tty.h>
56/* #include <sys/pty.h> */ 57/* #include <sys/pty.h> */
57#define REMOTE 0x01 58#define REMOTE 0x01
@@ -76,8 +77,8 @@ typedef int (*FUNC)(); /* pointer to a function */
76 77
77/*************** EXTERNAL / GLOBAL DATA AREA ********************/ 78/*************** EXTERNAL / GLOBAL DATA AREA ********************/
78 79
79 int hfqry(); 80static int hfqry();
80 int hfskbd(); 81static int hfskbd();
81 char *malloc(); 82 char *malloc();
82 83
83extern int errno; 84extern int errno;