X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/b0e15bb5ce898143d473202aad9c2cf53e9b5876..ec5da3100dcef76794f5ef028f0f822f509bb832:/macosx/osxclass.h diff --git a/macosx/osxclass.h b/macosx/osxclass.h index 2e4d1dec..c52ef14a 100644 --- a/macosx/osxclass.h +++ b/macosx/osxclass.h @@ -47,6 +47,7 @@ struct alert_queue { void *ldisc; Backend *back; void *backhandle; + int exited; /* * The following two members relate to the currently active * alert sheet, if any. They are NULL if there isn't one. @@ -65,6 +66,8 @@ struct alert_queue { - (int)fromBackend:(const char *)data len:(int)len isStderr:(int)is_stderr; - (void)startAlert:(NSAlert *)alert withCallback:(void (*)(void *, int))callback andCtx:(void *)ctx; +- (void)endSession:(int)clean; +- (void)notifyRemoteExit; @end /*