summaryrefslogtreecommitdiff
path: root/term/term.h
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1995-12-05 02:11:31 +0000
committerMichael I. Bushnell <mib@gnu.org>1995-12-05 02:11:31 +0000
commit199059b00afea16595cdc2063bb9848303bfbe85 (patch)
tree448e4994ad377211884b8185a8f4b65dbf11d42d /term/term.h
parentac73f4ba370bd39f94c4616c2b43fbac0ea25be3 (diff)
(pty_io_read): Add first arg; fix types of last two args.
Diffstat (limited to 'term/term.h')
-rw-r--r--term/term.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/term/term.h b/term/term.h
index 116455aa..a38d61f4 100644
--- a/term/term.h
+++ b/term/term.h
@@ -287,7 +287,8 @@ void init_users (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 (char *, unsigned int, int *);
-error_t pty_io_read (char **, unsigned int, int);
+error_t pty_io_read (struct trivfs_protid *, char **,
+ mach_msg_type_number_t *, mach_msg_type_number_t);
error_t pty_io_readable (int *);
error_t pty_io_get_openmodes (struct trivfs_protid *, int *);
error_t pty_io_set_all_openmodes (struct trivfs_protid *, int);