diff options
| author | Andrey A. Chernov <ache@FreeBSD.org> | 1994-12-10 23:02:33 +0000 |
|---|---|---|
| committer | Andrey A. Chernov <ache@FreeBSD.org> | 1994-12-10 23:02:33 +0000 |
| commit | d76f7c0fecb824b191b29cb89fac6f4211e30887 (patch) | |
| tree | 2e7131549e29e51af2a6eb3d5a65ac5630085868 /lib/libcurses/curses.h | |
| parent | 9945b53297e865734fa102ca3e266d28986faac1 (diff) | |
Notes
Diffstat (limited to 'lib/libcurses/curses.h')
| -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 730a94a0c16d..8b699fac48e9 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 (*)(char))); +int tputs __P((const char *, int, void (*)(int))); #else -int tputs __P((const char *, int, int (*)(char))); +int tputs __P((const char *, int, int (*)(int))); #endif |
