From 2dcf4c8ec82ede952c48a4a9c99ce80b90d1295a Mon Sep 17 00:00:00 2001 From: Greg Hudson Date: Fri, 11 Nov 1994 22:37:23 +0000 Subject: Static routines should be prototyped or defined before use. --- zwgc/mux.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'zwgc/mux.c') diff --git a/zwgc/mux.c b/zwgc/mux.c index 222dde9..a682267 100644 --- a/zwgc/mux.c +++ b/zwgc/mux.c @@ -69,6 +69,8 @@ static fd_set input_sources; static void (*input_handler[MAX_SOURCES])(); static pointer input_handler_arg[MAX_SOURCES]; +static int check_tty(); + /* * void mux_init() * Requires: mux_init has never been called before -- cgit v1.2.3