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:
2
putty.h
2
putty.h
@ -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);
|
||||
|
Reference in New Issue
Block a user