summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1995-12-05 02:13:25 +0000
committerMichael I. Bushnell <mib@gnu.org>1995-12-05 02:13:25 +0000
commit151e28e590549321441c6545892d45fb0e7ee8ce (patch)
tree24fe8a50332d8d6505d970109c4bc254f9f6011f
parent6352faa8f9002055b2a2c4af1bdbefd852be3b92 (diff)
(pty_io_write): Add first arg; fix types of last two args.
-rw-r--r--term/term.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/term/term.h b/term/term.h
index a38d61f4..74a4bf3e 100644
--- a/term/term.h
+++ b/term/term.h
@@ -286,7 +286,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_write (struct trivfs_protid *, char *,
+ mach_msg_type_number_t, mach_msg_type_number_t *);
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 *);