X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/b0e15bb5ce898143d473202aad9c2cf53e9b5876..c49cf994a886a4af2fa21df36c2c0b3e9cad96fe:/windows/winsftp.c diff --git a/windows/winsftp.c b/windows/winsftp.c index ff471dd5..6eecb313 100644 --- a/windows/winsftp.c +++ b/windows/winsftp.c @@ -125,6 +125,8 @@ void gui_enable(char *arg) gui_hwnd = (HWND) atoi(arg); } +char *get_ttymode(void *frontend, const char *mode) { return NULL; } + /* ---------------------------------------------------------------------- * File access abstraction. */