]> code.delx.au - gnu-emacs/blobdiff - src/hftctl.c
(change_frame_size): Handle FRAME_MENU_BAR_LINES.
[gnu-emacs] / src / hftctl.c
index 1e03872577713271be2ce642d283386155cc509a..6ba1e2fb7fd59e5214496426ebd6d2bbdaf28064 100644 (file)
@@ -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 @@ typedef int    (*FUNC)();     /* pointer to a function        */
 
 /*************** EXTERNAL / GLOBAL DATA AREA ********************/
 
-       int              hfqry();
-       int              hfskbd();
+static int              hfqry();
+static int              hfskbd();
        char            *malloc();
 
 extern int              errno;