The ANSI-C constant FILENAME_MAX is ludicrously small on some systems.
[sgt/putty] / unix / uxsftp.c
index f5fc12e..60289eb 100644 (file)
@@ -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.
  */