1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-26 07:11:34 -08:00

w32console.c (sys_tputs): Adjust argument list to prototype in term.c.

This commit is contained in:
Eli Zaretskii 2010-07-03 10:49:55 +03:00
parent 3a35a84c93
commit ae492bec16
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2010-07-03 Eli Zaretskii <eliz@gnu.org>
* w32console.c (sys_tputs): Adjust argument list to prototype in
term.c.
2010-07-03 Juanma Barranquero <lekktu@gmail.com>
* lisp.h (memory_warnings): Fix prototype.

View file

@ -492,7 +492,7 @@ w32con_set_terminal_window (struct frame *f, int size)
***********************************************************************/
void
sys_tputs (char *str, int nlines, int (*outfun)())
sys_tputs (char *str, int nlines, int (*outfun)(int))
{
}