|
@@ -71,7 +71,7 @@ extern int line_setup(struct line *lines, unsigned int sizeof_lines,
|
|
|
char *init, char **error_out);
|
|
|
extern int line_write(struct tty_struct *tty, const unsigned char *buf,
|
|
|
int len);
|
|
|
-extern void line_put_char(struct tty_struct *tty, unsigned char ch);
|
|
|
+extern int line_put_char(struct tty_struct *tty, unsigned char ch);
|
|
|
extern void line_set_termios(struct tty_struct *tty, struct ktermios * old);
|
|
|
extern int line_chars_in_buffer(struct tty_struct *tty);
|
|
|
extern void line_flush_buffer(struct tty_struct *tty);
|