X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/33f07e9636e80bb17f25f97145ca2e0eb262db30..18e62ad8969d5b38cfdc28c943f05c59ea7fba5d:/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 */ /*