summaryrefslogtreecommitdiff
path: root/src/w32console.c
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2010-07-03 10:49:55 +0300
committerEli Zaretskii <eliz@gnu.org>2010-07-03 10:49:55 +0300
commitae492bec164e0288fbc5ebdcbefc1d6441d077c5 (patch)
tree428f69a907f80488633afe9e7c112986acc3ba5c /src/w32console.c
parent3a35a84c9389928a21056f50160ccd1cfca11b9e (diff)
w32console.c (sys_tputs): Adjust argument list to prototype in term.c.
Diffstat (limited to 'src/w32console.c')
-rw-r--r--src/w32console.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/w32console.c b/src/w32console.c
index 34715ccfd52..83c7430f6dc 100644
--- a/src/w32console.c
+++ b/src/w32console.c
@@ -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))
{
}