X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/putty/blobdiff_plain/79bf227ba7ba02e32ac710621b672e2789f9ef50..142a7757ce23032acccf721411b24a69168d22ea:/putty.h diff --git a/putty.h b/putty.h index fed589bb..6d4d83ae 100644 --- a/putty.h +++ b/putty.h @@ -517,6 +517,11 @@ GLOBAL int flags; GLOBAL int default_protocol; GLOBAL int default_port; +/* + * This is set TRUE by cmdline.c iff a session is loaded with "-load". + */ +GLOBAL int loaded_session; + struct RSAKey; /* be a little careful of scope */ /*