summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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