]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - mac/mac.h
Add ability for ssh2_userkey_loadpub() to return the key comment.
[PuTTY.git] / mac / mac.h
index 8e73b7dbc1e5512fea22f8ff26ad5890c8115b94..c1dcc74f2eed102a003556ff6fb8a2a42a848a3f 100644 (file)
--- a/mac/mac.h
+++ b/mac/mac.h
@@ -106,6 +106,8 @@ typedef struct Session {
     void *logctx;
     /* Unicode stuff */
     struct unicode_data ucsdata;
+    /* Session closed flag */
+    int session_closed;
 
     /* Mac-specific elements */
     short              fontnum;