w32console.c (sys_tputs): Adjust argument list to prototype in term.c.
authorEli Zaretskii <eliz@gnu.org>
Sat, 3 Jul 2010 07:49:55 +0000 (10:49 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sat, 3 Jul 2010 07:49:55 +0000 (10:49 +0300)
src/ChangeLog
src/w32console.c

index 157b91f..68e3d7a 100644 (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.
index 34715cc..83c7430 100644 (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))
 {
 }