Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libcurses Fix some prototypes.
details: https://anonhg.NetBSD.org/src/rev/f553a2912f9f
branches: trunk
changeset: 349970:f553a2912f9f
user: wiz <wiz%NetBSD.org@localhost>
date: Thu Dec 29 23:50:59 2016 +0000
description:
Fix some prototypes.
diffstat:
lib/libcurses/curses_tty.3 | 16 ++++++++--------
1 files changed, 8 insertions(+), 8 deletions(-)
diffs (49 lines):
diff -r 66e78c5291de -r f553a2912f9f lib/libcurses/curses_tty.3
--- a/lib/libcurses/curses_tty.3 Thu Dec 29 23:42:38 2016 +0000
+++ b/lib/libcurses/curses_tty.3 Thu Dec 29 23:50:59 2016 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: curses_tty.3,v 1.8 2004/03/16 19:27:35 snj Exp $
+.\" $NetBSD: curses_tty.3,v 1.9 2016/12/29 23:50:59 wiz Exp $
.\"
.\" Copyright (c) 2002
.\" Brett Lymn (blymn%NetBSD.org@localhost, brett_lymn%yahoo.com.au@localhost)
@@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\"
-.Dd June 13, 2003
+.Dd December 29, 2016
.Dt CURSES_TTY 3
.Os
.Sh NAME
@@ -98,16 +98,16 @@
.Fn flushinp "void"
.Ft int
.Fn gettmode "void"
-.Ft int
+.Ft bool
.Fn has_ic "void"
-.Ft int
+.Ft bool
.Fn has_il "void"
.Ft int
-.Fn idcok "WINDOW *win" "boolf flag"
+.Fn idcok "WINDOW *win" "bool flag"
.Ft int
-.Fn idlok "WINDOW *win" "boolf flag"
+.Fn idlok "WINDOW *win" "bool flag"
.Ft int
-.Fn intrflush "WINDOW *win" "boolf flag"
+.Fn intrflush "WINDOW *win" "bool flag"
.Ft void
.Fn noqiflush "void"
.Ft void
@@ -115,7 +115,7 @@
.Ft char
.Fn killchar "void"
.Ft int
-.Fn meta "WINDOW *win" "boolf flag"
+.Fn meta "WINDOW *win" "bool flag"
.Ft int
.Fn napms "int ms"
.Ft int
Home |
Main Index |
Thread Index |
Old Index