diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-06-23 11:47:23 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-06-23 11:47:23 +0000 |
commit | aa059f11062a2b1212b0f332778781f2e673fd0b (patch) | |
tree | 291dcd4ce92b7767e0a17a3a60c3be3bce4e7773 /sys/arch/hp300/stand/itevar.h | |
parent | cb993b71672e8d5d7a680fe314f872b0f18c42b2 (diff) |
sync to 0622
Diffstat (limited to 'sys/arch/hp300/stand/itevar.h')
-rw-r--r-- | sys/arch/hp300/stand/itevar.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arch/hp300/stand/itevar.h b/sys/arch/hp300/stand/itevar.h index cebbb2ec6cd..1d6fbb4c205 100644 --- a/sys/arch/hp300/stand/itevar.h +++ b/sys/arch/hp300/stand/itevar.h @@ -218,6 +218,7 @@ void rbox_putc __P((struct ite_data *, int, int, int, int)); void rbox_cursor __P((struct ite_data *, int)); void rbox_scroll __P((struct ite_data *, int, int, int, int)); +void dvbox_init __P((struct ite_data *)); void dvbox_clear __P((struct ite_data *, int, int, int, int)); void dvbox_putc __P((struct ite_data *, int, int, int, int)); void dvbox_cursor __P((struct ite_data *, int)); @@ -228,4 +229,3 @@ void hyper_clear __P((struct ite_data *, int, int, int, int)); void hyper_putc __P((struct ite_data *, int, int, int, int)); void hyper_cursor __P((struct ite_data *, int)); void hyper_scroll __P((struct ite_data *, int, int, int, int)); - |