Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/rcons Fix broken prototype.



details:   https://anonhg.NetBSD.org/src/rev/01abe5f9fdd2
branches:  trunk
changeset: 473114:01abe5f9fdd2
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Thu May 20 19:56:49 1999 +0000

description:
Fix broken prototype.

diffstat:

 sys/dev/rcons/rcons.h |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r e5d9707ac614 -r 01abe5f9fdd2 sys/dev/rcons/rcons.h
--- a/sys/dev/rcons/rcons.h     Thu May 20 18:07:27 1999 +0000
+++ b/sys/dev/rcons/rcons.h     Thu May 20 19:56:49 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: rcons.h,v 1.6 1999/05/19 20:34:19 ad Exp $ */
+/*     $NetBSD: rcons.h,v 1.7 1999/05/20 19:56:49 thorpej Exp $ */
 
 /*
  * Copyright (c) 1992, 1993
@@ -109,7 +109,6 @@
 void rcons_esc __P((struct rconsole *, int));
 void rcons_doesc __P((struct rconsole *, int));
 void rcons_sgresc __P((struct rconsole *, int));
-void rcons_init __P((struct rconsole *));
 void rcons_text __P((struct rconsole *, unsigned char *, int));
 void rcons_cursor __P((struct rconsole *));
 void rcons_invert __P((struct rconsole *, int));



Home | Main Index | Thread Index | Old Index