summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/pcvt/pcvt_out.c
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1995-11-24 15:15:30 +0000
committerbde <bde@FreeBSD.org>1995-11-24 15:15:30 +0000
commitb487404992be4a872779f0db8ca25a540485087d (patch)
tree21827833d092d36d9828cc26ca54988875b6197b /sys/i386/isa/pcvt/pcvt_out.c
parenteaebf72f4b2524b522ade2b79d17dc7cec43ae78 (diff)
downloadFreeBSD-src-b487404992be4a872779f0db8ca25a540485087d.zip
FreeBSD-src-b487404992be4a872779f0db8ca25a540485087d.tar.gz
Completed function declarations and/or added prototypes.
Diffstat (limited to 'sys/i386/isa/pcvt/pcvt_out.c')
-rw-r--r--sys/i386/isa/pcvt/pcvt_out.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/i386/isa/pcvt/pcvt_out.c b/sys/i386/isa/pcvt/pcvt_out.c
index 93b1ad9..758db0a 100644
--- a/sys/i386/isa/pcvt/pcvt_out.c
+++ b/sys/i386/isa/pcvt/pcvt_out.c
@@ -69,6 +69,7 @@
extern u_short csd_ascii[]; /* pcvt_tbl.h */
extern u_short csd_supplemental[];
+static void write_char (struct video_state *svsp, int attrib, int ch);
static void check_scroll ( struct video_state *svsp );
static void hp_entry ( U_char ch, struct video_state *svsp );
static void vt_coldinit ( void );
@@ -84,7 +85,7 @@ static void writefkl ( int num, u_char *string, struct video_state *svsp );
static __inline void write_char (svsp, attrib, ch)
struct video_state *svsp;
-u_short attrib, ch;
+u_short attrib, ch; /* XXX inefficient interface */
{
if ((ch >= 0x20) && (ch <= 0x7f)) /* use GL if ch >= 0x20 */
{
OpenPOWER on IntegriCloud