INCOMPATIBLE CHANGE to the SSH2 private key file format. There is
[u/mdw/putty] / putty.h
diff --git a/putty.h b/putty.h
index 5a521cb..de92ab6 100644 (file)
--- a/putty.h
+++ b/putty.h
@@ -173,7 +173,7 @@ enum {
     CIPHER_3DES,
     CIPHER_BLOWFISH,
     CIPHER_AES,                               /* (SSH 2 only) */
-    CIPHER_DES,                               /* (SSH 1 only) */
+    CIPHER_DES,
     CIPHER_MAX                        /* no. ciphers (inc warn) */
 };
 
@@ -328,6 +328,7 @@ typedef struct {
     int mouse_is_xterm;
     int rect_select;
     int rawcnp;
+    int rtf_paste;
     int mouse_override;
     short wordness[256];
     /* translations */
@@ -539,6 +540,7 @@ int check_compose(int first, int second);
 int decode_codepage(char *cp_name);
 char *cp_enumerate (int index);
 char *cp_name(int codepage);
+void get_unitab(int codepage, wchar_t * unitab, int ftype);
 
 /*
  * Exports from mscrypto.c