It's a new year.
[sgt/putty] / unix / uxputty.c
index 58ae24d..0abc1ff 100644 (file)
 #include "storage.h"
 
 /*
+ * Stubs to avoid uxpty.c needing to be linked in.
+ */
+const int use_pty_argv = FALSE;
+char **pty_argv;                      /* never used */
+
+/*
  * Clean up and exit.
  */
 void cleanup_exit(int code)