X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/putty/blobdiff_plain/2ac3322ef9bc032ad942753a56696764aa0b0f74..35914df1ad94cf128cd0cd7fb8c5848b8ba156fc:/unix/uxsftp.c diff --git a/unix/uxsftp.c b/unix/uxsftp.c index f5fc12e3..60289eb2 100644 --- a/unix/uxsftp.c +++ b/unix/uxsftp.c @@ -65,6 +65,8 @@ Filename platform_default_filename(const char *name) return ret; } +char *get_ttymode(void *frontend, const char *mode) { return NULL; } + /* * Stubs for the GUI feedback mechanism in Windows PSCP. */