Mercurial > emacs
comparison src/w32console.c @ 109116:e723dd7c9121
w32console.c (sys_tputs): Adjust argument list to prototype in term.c.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sat, 03 Jul 2010 10:49:55 +0300 |
parents | 2bc9a0c04c87 |
children | e27859da5624 |
comparison
equal
deleted
inserted
replaced
109115:71150397fb59 | 109116:e723dd7c9121 |
---|---|
490 /*********************************************************************** | 490 /*********************************************************************** |
491 stubs from termcap.c | 491 stubs from termcap.c |
492 ***********************************************************************/ | 492 ***********************************************************************/ |
493 | 493 |
494 void | 494 void |
495 sys_tputs (char *str, int nlines, int (*outfun)()) | 495 sys_tputs (char *str, int nlines, int (*outfun)(int)) |
496 { | 496 { |
497 } | 497 } |
498 | 498 |
499 char * | 499 char * |
500 sys_tgetstr (char *cap, char **area) | 500 sys_tgetstr (char *cap, char **area) |