From fa3fc53fa465a5bebdbc17d7718277fe157ba640 Mon Sep 17 00:00:00 2001 From: steve Date: Thu, 10 Dec 1998 02:35:24 +0000 Subject: Add missing int to prototypes of mvaddstr and mvaddnstr. PR: 8110 Submitted by: Stephen J. Roznowski --- lib/libncurses/curs_addstr.3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/libncurses') diff --git a/lib/libncurses/curs_addstr.3 b/lib/libncurses/curs_addstr.3 index c55c2f5..74ac9c7 100644 --- a/lib/libncurses/curs_addstr.3 +++ b/lib/libncurses/curs_addstr.3 @@ -14,9 +14,9 @@ .br \fBint waddnstr(WINDOW *win, char *str, int n);\fR .br -\fBint mvaddstr(y, int x, char *str);\fR +\fBint mvaddstr(int y, int x, char *str);\fR .br -\fBint mvaddnstr(y, int x, char *str, int n);\fR +\fBint mvaddnstr(int y, int x, char *str, int n);\fR .br \fBint mvwaddstr(WINDOW *win, int y, int x, char *str);\fR .br -- cgit v1.1