X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=macosx%2Fosxclass.h;h=e79290dfb889e6801a5854e0b6914a15be7b11bd;hb=3e22c99c9a3c28e042f2dc3a50fadf95e7c277e7;hp=c52ef14a325eded146ed607643e5136feec5bee4;hpb=fe8114d90b3a7719a22f2c3ebe18154191e4ddbd;p=PuTTY.git diff --git a/macosx/osxclass.h b/macosx/osxclass.h index c52ef14a..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 /* @@ -80,7 +82,6 @@ struct alert_queue { { NSOutlineView *treeview; struct controlbox *ctrlbox; - struct sesslist sl; void *dv; Config cfg; }