X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/putty/blobdiff_plain/94debd8cf659167514a46f013536c25df46eaf03..e94b1ec49475425f8fa8002b405ae8c5a3e3b31b:/putty.h diff --git a/putty.h b/putty.h index c1a8ddd8..b08eec81 100644 --- a/putty.h +++ b/putty.h @@ -261,6 +261,7 @@ enum { CIPHER_BLOWFISH, CIPHER_AES, /* (SSH-2 only) */ CIPHER_DES, + CIPHER_ARCFOUR, CIPHER_MAX /* no. ciphers (inc warn) */ }; @@ -605,7 +606,7 @@ GLOBAL int loaded_session; struct RSAKey; /* be a little careful of scope */ /* - * Exports from window.c. + * Exports from the front end. */ void request_resize(void *frontend, int, int); void do_text(Context, int, int, wchar_t *, int, unsigned long, int); @@ -980,8 +981,8 @@ void cmdline_error(char *, ...); * Exports from config.c. */ struct controlbox; -void setup_config_box(struct controlbox *b, struct sesslist *sesslist, - int midsession, int protocol, int protcfginfo); +void setup_config_box(struct controlbox *b, int midsession, + int protocol, int protcfginfo); /* * Exports from minibidi.c.