diff options
author | Miles Bader <miles@gnu.org> | 1996-02-24 20:47:13 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1996-02-24 20:47:13 +0000 |
commit | bfaa14615fa880f744a9167d0a626505e8d37b10 (patch) | |
tree | 64458bd394ed7e6c004497682912fb7a37ff602b | |
parent | f1252fc5a35fb7d35ed65af7246b1a7a6b2de900 (diff) |
Declare ptyio_init.
-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 *, |