]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - putty.h
Fix for `psftp-pscp-ignore-load': Default Settings is now loaded
[PuTTY.git] / putty.h
diff --git a/putty.h b/putty.h
index fed589bbd9e25f99b3c612cf5fa9cf66cbf925ef..6d4d83aec054e88752dd1985f7848f4ccbaf1fc6 100644 (file)
--- 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 */
 
 /*