X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/58c840dcc1810bfc5a7334fe29058d2b2c97cdaf..bc6cd8b61639f18b4c24ee7aeae2412dbdbe3c0a:/macosx/osxclass.h diff --git a/macosx/osxclass.h b/macosx/osxclass.h index e147bd99..e79290df 100644 --- a/macosx/osxclass.h +++ b/macosx/osxclass.h @@ -64,10 +64,12 @@ struct alert_queue { - (void)doText:(wchar_t *)text len:(int)len x:(int)x y:(int)y attr:(unsigned long)attr lattr:(int)lattr; - (int)fromBackend:(const char *)data len:(int)len isStderr:(int)is_stderr; +- (int)fromBackendUntrusted:(const char *)data len:(int)len; - (void)startAlert:(NSAlert *)alert withCallback:(void (*)(void *, int))callback andCtx:(void *)ctx; - (void)endSession:(int)clean; - (void)notifyRemoteExit; +- (Terminal *)term; @end /*