diff options
| author | Andrey A. Chernov <ache@FreeBSD.org> | 1994-12-09 21:59:06 +0000 |
|---|---|---|
| committer | Andrey A. Chernov <ache@FreeBSD.org> | 1994-12-09 21:59:06 +0000 |
| commit | f13e0e1455a888278aa6be257098c2424bc66c66 (patch) | |
| tree | f6eb977640dc6d3c645c5208d31c60dc3fae5b8c /lib/libcurses/curses.h | |
| parent | aa31b7471da26269a3e76d1c309a276793b3d64c (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 8b699fac48e9..730a94a0c16d 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 |
