summaryrefslogtreecommitdiff
path: root/term/term.h
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1995-12-12 21:10:08 +0000
committerMichael I. Bushnell <mib@gnu.org>1995-12-12 21:10:08 +0000
commit8bee6719783f3f86f88f1c0519dcfc09ef8096d3 (patch)
tree72e430000b6fe58fff906da769be9a9be33c94e1 /term/term.h
parent03ad38e16271dad45e4f47a75da50ea14d74a5c3 (diff)
(pty_po_create_hook, pty_po_destroy_hook): New declarations.
Diffstat (limited to 'term/term.h')
-rw-r--r--term/term.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/term/term.h b/term/term.h
index 3ff31f90..9e55e5af 100644
--- a/term/term.h
+++ b/term/term.h
@@ -300,3 +300,5 @@ 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);
+error_t pty_po_create_hook (struct trivfs_peropen *);
+error_t pty_po_destroy_hook (struct trivfs_peropen *);