Declare tputs() as void.

This commit is contained in:
pk 1995-06-06 08:10:00 +00:00
parent bc0bd141b6
commit 18a59f7843
1 changed files with 1 additions and 1 deletions

View File

@ -335,7 +335,7 @@ int tgetnum __P((char *));
int tgetflag __P((char *));
char *tgetstr __P((char *, char **));
char *tgoto __P((char *, int, int));
int tputs __P((char *, int, void (*)(int)));
void tputs __P((char *, int, void (*)(int)));
__END_DECLS
#endif /* !_CURSES_H_ */