From aa146eb73ddee51a7b7cfae4bb2f0cb7d7f1ec2b Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Tue, 23 Apr 1996 18:29:14 +0000 Subject: fixup --- term/term.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'term/term.h') diff --git a/term/term.h b/term/term.h index 4e67f4f8..3396a459 100644 --- a/term/term.h +++ b/term/term.h @@ -173,6 +173,8 @@ clear_queue (struct queue *q) condition_broadcast (q->wait); } +/* Should be below, but inlines need it. */ +void call_asyncs (void); /* Return the next character off Q; leave the quoting bit on. */ extern inline quoted_char @@ -294,7 +296,6 @@ void copy_rawq (void); void rescan_inputq (void); void write_character (int); void init_users (void); -void call_asyncs (void); /* Call this before using ptyio_bottom. */ void ptyio_init (void); -- cgit v1.2.3