diff options
Diffstat (limited to 'term/term.h')
-rw-r--r-- | term/term.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/term/term.h b/term/term.h index 41138de5..67c12080 100644 --- a/term/term.h +++ b/term/term.h @@ -1,5 +1,5 @@ /* - Copyright (C) 1995 Free Software Foundation, Inc. + Copyright (C) 1995, 1996 Free Software Foundation, Inc. Written by Michael I. Bushnell, p/BSG. This file is part of the GNU Hurd. @@ -287,6 +287,9 @@ void rescan_inputq (void); void write_character (int); void init_users (void); +/* Call this before using ptyio_bottom. */ +void ptyio_init (void); + /* kludge--these are pty versions of trivfs_S_io_* functions called by the real functions in users.c to do work for ptys. */ error_t pty_io_write (struct trivfs_protid *, char *, |