diff options
author | Michael I. Bushnell <mib@gnu.org> | 1996-04-23 18:29:14 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1996-04-23 18:29:14 +0000 |
commit | aa146eb73ddee51a7b7cfae4bb2f0cb7d7f1ec2b (patch) | |
tree | 7be7bb7cf6ea94e44345e0eba4a95da6ecbe7d0d /term/term.h | |
parent | 1ff38eb338fef7591ce0e8ea63f24be5d99d6730 (diff) |
fixup
Diffstat (limited to 'term/term.h')
-rw-r--r-- | term/term.h | 3 |
1 files changed, 2 insertions, 1 deletions
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); |