diff options
Diffstat (limited to 'sys/dev/wscons/wsconsvar.h')
-rw-r--r-- | sys/dev/wscons/wsconsvar.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/wscons/wsconsvar.h b/sys/dev/wscons/wsconsvar.h index 27a14d3f96d..780fee0cb12 100644 --- a/sys/dev/wscons/wsconsvar.h +++ b/sys/dev/wscons/wsconsvar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: wsconsvar.h,v 1.4 1997/01/24 19:58:33 niklas Exp $ */ +/* $OpenBSD: wsconsvar.h,v 1.5 1997/07/31 13:40:06 kstailey Exp $ */ /* $NetBSD: wsconsvar.h,v 1.4 1996/11/19 05:17:00 cgd Exp $ */ /* @@ -51,6 +51,7 @@ struct wscons_emulfuncs { void (*wef_copyrows) __P((void *c, int srcrow, int dstrow, int nrows)); void (*wef_eraserows) __P((void *c, int row, int nrows)); + void (*wef_set_attr) __P((void *, int)); }; struct wscons_odev_spec { |