diff options
author | Michael I. Bushnell <mib@gnu.org> | 1995-12-05 02:55:12 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1995-12-05 02:55:12 +0000 |
commit | 926c0309375fbca61f21211cdf4a5f5662b09f55 (patch) | |
tree | e858df3c935b404efa242e559aa7411b2414eeaa /term/term.h | |
parent | a014ccb57a26668f8d087ba26c4d46c6fe46a416 (diff) |
Re-added ptyctl.
Diffstat (limited to 'term/term.h')
-rw-r--r-- | term/term.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/term/term.h b/term/term.h index 3279b59e..d8482f0f 100644 --- a/term/term.h +++ b/term/term.h @@ -97,6 +97,9 @@ struct port_class *pty_cntl_class; /* Trivfs control structure for the tty */ struct trivfs_control *termctl; +/* Trivfs control structure for the pty */ +struct trivfs_control *ptyctl; + /* Filename for this terminal */ char *nodename; |