From bfaa14615fa880f744a9167d0a626505e8d37b10 Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Sat, 24 Feb 1996 20:47:13 +0000 Subject: Declare ptyio_init. --- term/term.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 *, -- cgit v1.2.3