Fix for `psftp-pscp-ignore-load': Default Settings is now loaded
[u/mdw/putty] / putty.h
diff --git a/putty.h b/putty.h
index fed589b..6d4d83a 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 */
 
 /*