diff options
author | Michael I. Bushnell <mib@gnu.org> | 1995-12-12 21:02:08 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1995-12-12 21:02:08 +0000 |
commit | 91aa86d5aa6b652c4e977d6e1fa540394abfa36b (patch) | |
tree | 1138aa5a8b94ffd68cb9acf52567314707435381 /term/term.h | |
parent | e87a72f10564b6d56a2a277f19c3a2648b6ded9d (diff) |
(pty_open_hook): New declaration.
Diffstat (limited to 'term/term.h')
-rw-r--r-- | term/term.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/term/term.h b/term/term.h index d8482f0f..3ff31f90 100644 --- a/term/term.h +++ b/term/term.h @@ -298,3 +298,5 @@ 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_select (struct trivfs_protid *, int *, int *); +error_t pty_open_hook (struct trivfs_cntl, uid_t *, u_int, uid_t *, + u_int, int); |