]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - unix/uxputty.c
Add ability for ssh2_userkey_loadpub() to return the key comment.
[PuTTY.git] / unix / uxputty.c
index 58ae24dab09c898d868c27bb6167d89287e5277e..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.
  */