summaryrefslogtreecommitdiff
path: root/term/term.h
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2002-06-26 19:22:58 +0000
committerRoland McGrath <roland@gnu.org>2002-06-26 19:22:58 +0000
commit58dac2e796c106c068fd98302385eab0be35f16c (patch)
tree9c8381f93cbbc1f38a2755281ff0f1c3b6735fe0 /term/term.h
parent715d9934e61502ac5c886deab06af48a45da111f (diff)
2002-06-25 Roland McGrath <roland@frob.com>
* term.h (struct bottomhalf): New member `fini'. * hurdio.c (hurdio_fini): New function. (hurdio_bottom): Use it. * devio.c (devio_fini): New function. (devio_bottom): Use it. * ptyio.c (ptyio_bottom): Add 0 entry for `fini'.
Diffstat (limited to 'term/term.h')
-rw-r--r--term/term.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/term/term.h b/term/term.h
index db2be09c..15e888b9 100644
--- a/term/term.h
+++ b/term/term.h
@@ -144,6 +144,7 @@ struct bottomhalf
{
enum term_bottom_type type;
error_t (*init) (void);
+ error_t (*fini) (void);
error_t (*gwinsz) (struct winsize *size);
error_t (*start_output) (void);
error_t (*set_break) (void);