X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=putty.h;h=4302b8498213a756a2cc1e0e5c47bc38e10241ff;hb=a65928a8aeca3a7995015f3b8691128f8f3d23b9;hp=25ea69e2090cc20803ab34971de7a2fbc4552148;hpb=b9c8a9270a0bde27cbb6980c6d89ec62a2a67a6c;p=PuTTY.git diff --git a/putty.h b/putty.h index 25ea69e2..4302b849 100644 --- a/putty.h +++ b/putty.h @@ -109,6 +109,9 @@ GLOBAL int session_closed; GLOBAL int big_cursor; +GLOBAL char *help_path; +GLOBAL int help_has_contents; + GLOBAL int utf; GLOBAL int dbcs_screenfont; GLOBAL int font_codepage; @@ -248,6 +251,7 @@ typedef struct { int nopty; int compression; int agentfwd; + int change_username; /* allow username switching in SSH2 */ int ssh_cipherlist[CIPHER_MAX]; char keyfile[FILENAME_MAX]; int sshprot; /* use v1 or v2 when both available */