summaryrefslogtreecommitdiff
path: root/zwgc/mux.c
diff options
context:
space:
mode:
authorGravatar Greg Hudson <ghudson@mit.edu>1994-11-11 22:37:23 +0000
committerGravatar Greg Hudson <ghudson@mit.edu>1994-11-11 22:37:23 +0000
commit2dcf4c8ec82ede952c48a4a9c99ce80b90d1295a (patch)
tree55c08e3cd28149ac8b589ee102849b264e4074af /zwgc/mux.c
parent0821453acd13ae00c0437757e3d7f355fe16dab2 (diff)
Static routines should be prototyped or defined before use.
Diffstat (limited to 'zwgc/mux.c')
-rw-r--r--zwgc/mux.c2
1 files changed, 2 insertions, 0 deletions
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