summaryrefslogtreecommitdiff
path: root/term/term.h
diff options
context:
space:
mode:
Diffstat (limited to 'term/term.h')
-rw-r--r--term/term.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/term/term.h b/term/term.h
index 74a4bf3e..c629a95d 100644
--- a/term/term.h
+++ b/term/term.h
@@ -291,14 +291,4 @@ error_t pty_io_write (struct trivfs_protid *, char *,
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);
-error_t pty_io_set_some_openmodes (struct trivfs_protid *, int);
-error_t pty_io_clear_some_openmodes (struct trivfs_protid *, int);
-error_t pty_io_mod_owner (pid_t);
-error_t pty_io_get_owner (pid_t *);
-error_t pty_io_get_async_icky (struct trivfs_protid *,
- mach_port_t *, mach_msg_type_name_t *);
-error_t pty_io_async (struct trivfs_protid *, mach_port_t, mach_port_t *,
- mach_msg_type_name_t *);
error_t pty_io_select (struct trivfs_protid *, int *, int *);