comparison src/cm.c @ 398:74fd4e045ea6 r21-2-29

Import from CVS: tag r21-2-29
author cvs
date Mon, 13 Aug 2007 11:13:30 +0200
parents c5d627a313b1
children de805c49cfc1
comparison
equal deleted inserted replaced
397:f4aeb21a5bad 398:74fd4e045ea6
34 #define EXPENSIVE 2000 34 #define EXPENSIVE 2000
35 35
36 #ifdef __cplusplus 36 #ifdef __cplusplus
37 extern "C" { 37 extern "C" {
38 #endif 38 #endif
39 extern char *tgoto (CONST char *cm, int hpos, int vpos); 39 extern char *tgoto (const char *cm, int hpos, int vpos);
40 extern void tputs (CONST char *, int, void (*)(int)); 40 extern void tputs (const char *, int, void (*)(int));
41 #ifdef __cplusplus 41 #ifdef __cplusplus
42 } 42 }
43 #endif 43 #endif
44 44
45 static void cmgoto_for_real (struct console *c, int row, int col); 45 static void cmgoto_for_real (struct console *c, int row, int col);