summaryrefslogtreecommitdiff
path: root/term/term.h
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1995-12-05 02:27:42 +0000
committerMichael I. Bushnell <mib@gnu.org>1995-12-05 02:27:42 +0000
commit18779dae7e701265fb1618701c3c926814ee76fb (patch)
tree800e56f3ca2a11c05b5d40755d2218b17f9cd10b /term/term.h
parent288de794aea9ad381bd57da0286a319aee28f82f (diff)
*** empty log message ***
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 *);