diff src/hftctl.c @ 560:68111c4a3885

entered into RCS
author Jim Blandy <jimb@redhat.com>
date Sat, 22 Feb 1992 21:15:26 +0000
parents 8c615e453683
children b6c62e4abf59
line wrap: on
line diff
--- a/src/hftctl.c	Sat Feb 22 20:39:30 1992 +0000
+++ b/src/hftctl.c	Sat Feb 22 21:15:26 1992 +0000
@@ -52,6 +52,7 @@
 #include <termios.h>
 #include <termio.h>
 #include <sys/hft.h>
+#include <sys/uio.h>
 #include <sys/tty.h>
 /* #include <sys/pty.h> */
 #define REMOTE 0x01
@@ -76,8 +77,8 @@
 
 /*************** EXTERNAL / GLOBAL DATA AREA ********************/
 
-       int              hfqry();
-       int              hfskbd();
+static int              hfqry();
+static int              hfskbd();
        char            *malloc();
 
 extern int              errno;