1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-06-30 19:12:48 -05:00

Fix build errors in PSCP after line discipline upheaval

[originally from svn r898]
This commit is contained in:
Simon Tatham
2001-01-26 09:33:12 +00:00
parent 9a31bb3905
commit 23dbd2d8f5
2 changed files with 12 additions and 1 deletions

View File

@ -344,7 +344,7 @@ void term_invalidate(void);
void term_blink(int set_cursor);
void term_paste(void);
void term_nopaste(void);
int telnet_ldisc(int option);
int term_ldisc(int option);
void from_backend(int is_stderr, char *data, int len);
void logfopen (void);
void logfclose (void);