comparison pwplib/tty.h @ 57:7d4f6c33a6ac

Warning cleanup.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 28 May 2010 15:24:04 +0300
parents 5d819ba6891c
children
comparison
equal deleted inserted replaced
56:5d819ba6891c 57:7d4f6c33a6ac
43 43
44 TTY_VT2XX /* vtnnn where nnn>=200 */ 44 TTY_VT2XX /* vtnnn where nnn>=200 */
45 }; 45 };
46 46
47 int tty_init(void); 47 int tty_init(void);
48 void tty_write(char *data, int lgt); 48 void tty_write(void *data, int lgt);
49 49
50 #ifdef DRIVE_TTY_DEC 50 #ifdef DRIVE_TTY_DEC
51 void tty_vt1xx_init(); 51 void tty_vt1xx_init();
52 void tty_vt_dump_attr(); 52 void tty_vt_dump_attr();
53 void tty_vt_initstring(); 53 void tty_vt_initstring();