Added missing prototypes.

This commit is contained in:
mark 1998-01-21 22:51:38 +00:00
parent 9c3ef8899b
commit 330df4c754
2 changed files with 7 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: vidcvideo.c,v 1.2 1998/01/13 02:10:49 thorpej Exp $ */
/* $NetBSD: vidcvideo.c,v 1.3 1998/01/21 22:51:38 mark Exp $ */
/*
* Copyright (c) 1996 Mark Brinicombe
@ -79,6 +79,8 @@ extern struct vconsole *vconsole_default;
extern videomemory_t videomemory;
extern struct render_engine vidcconsole;
struct vconsole *vconsole_spawn_re __P((dev_t dev, struct vconsole *vc));
struct vidcvideo_softc {
struct device device;
int sc_opened;

View File

@ -1,4 +1,4 @@
/* $NetBSD: vt220.c,v 1.10 1997/10/14 11:49:21 mark Exp $ */
/* $NetBSD: vt220.c,v 1.11 1998/01/21 22:51:39 mark Exp $ */
/*
* Copyright (c) 1994-1995 Melvyn Tang-Richardson
@ -101,6 +101,9 @@ int do_render __P(( char /*c*/, struct vconsole */*vc*/ ));
void do_render_noscroll __P(( char /*c*/, struct vconsole */*vc*/ ));
void do_scrollcheck __P(( struct vconsole */*vc*/ ));
void vt_ris __P((struct vconsole */*vc*/));
#if defined(DIAGNOSTIC) && NQMS > 0
void qms_console_freeze __P((void)); /* XXX */
#endif /* DIAGNOSTIC && NQMS */
void
clr_params(cdata)