From 58dac2e796c106c068fd98302385eab0be35f16c Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Wed, 26 Jun 2002 19:22:58 +0000 Subject: 2002-06-25 Roland McGrath * 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'. --- term/term.h | 1 + 1 file changed, 1 insertion(+) (limited to 'term/term.h') 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); -- cgit v1.2.3