]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - unix/uxputty.c
rm some magic numbers in ssh_setup_portfwd()
[PuTTY.git] / unix / uxputty.c
index d71d28988d6501138455a36aeb9a6f0dc7e2b1c0..0abc1ff86ed05fade1de6b6360c178462eb20579 100644 (file)
 #include "putty.h"
 #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.
  */
@@ -40,7 +46,7 @@ Backend *select_backend(Config *cfg)
 
 int cfgbox(Config *cfg)
 {
-    return do_config_box("PuTTY Configuration", cfg, 0);
+    return do_config_box("PuTTY Configuration", cfg, 0, 0);
 }
 
 static int got_host = 0;