From b2f5733f4dd13638fae174d1b3ea382cb19e5769 Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Sat, 22 Feb 1992 21:15:26 +0000 Subject: entered into RCS --- src/hftctl.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/hftctl.c') 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 @@ #include #include #include +#include #include /* #include */ #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; -- cgit v1.2.1