summaryrefslogtreecommitdiff
path: root/term
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1995-12-12 21:02:08 +0000
committerMichael I. Bushnell <mib@gnu.org>1995-12-12 21:02:08 +0000
commit91aa86d5aa6b652c4e977d6e1fa540394abfa36b (patch)
tree1138aa5a8b94ffd68cb9acf52567314707435381 /term
parente87a72f10564b6d56a2a277f19c3a2648b6ded9d (diff)
(pty_open_hook): New declaration.
Diffstat (limited to 'term')
-rw-r--r--term/term.h2
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);