diff options
Diffstat (limited to 'lib/libcurses')
-rw-r--r-- | lib/libcurses/curses.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libcurses/curses.h b/lib/libcurses/curses.h index 8b699fa..730a94a 100644 --- a/lib/libcurses/curses.h +++ b/lib/libcurses/curses.h @@ -375,11 +375,11 @@ extern int __rawmode; extern int __noqch; extern int __usecs; -int tputs __P((const char *, int, void (*)(int))); +int tputs __P((const char *, int, void (*)(char))); #else -int tputs __P((const char *, int, int (*)(int))); +int tputs __P((const char *, int, int (*)(char))); #endif |