summaryrefslogtreecommitdiff
path: root/term/term.h
diff options
context:
space:
mode:
authorMarcus Brinkmann <marcus@gnu.org>2002-02-10 18:05:56 +0000
committerMarcus Brinkmann <marcus@gnu.org>2002-02-10 18:05:56 +0000
commit15395557e2aaf3ec9c86ba15d14e0c08a9a86405 (patch)
tree67094453cf3eb3139d0bea4fb30f03fcb330b39d /term/term.h
parentaf107a198dce152da74590f2eec5a320002c0f82 (diff)
2002-02-10 Marcus Brinkmann <marcus@gnu.org>
* hurdio.c: New file. * Makefile (SRCS): Add hurdio.c. * term.h: Add hurdio_bottom declaration. * main.c: Add T_HURDIO to enum of tty_type. (parse_opt): Add case for hurdio bottom handler. (term_argp): Likewise. (main): Likewise.
Diffstat (limited to 'term/term.h')
-rw-r--r--term/term.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/term/term.h b/term/term.h
index 694c598e..cb22e159 100644
--- a/term/term.h
+++ b/term/term.h
@@ -155,7 +155,7 @@ struct bottomhalf
};
const struct bottomhalf *bottom;
-extern const struct bottomhalf devio_bottom, ptyio_bottom;
+extern const struct bottomhalf devio_bottom, hurdio_bottom, ptyio_bottom;
/* Character queues */