draft-ietf-secsh-transport-24 says that only "SSH-" at the start of a line
[sgt/putty] / windows / winsftp.c
index ff471dd..6eecb31 100644 (file)
@@ -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.
  */