This is BlackHand.h in view mode; [Download] [Up]
#import <objc/Object.h>
#import <stdio.h>
#define AppsName "Csh"
#define ProgName "/bin/csh"
@interface BlackHand : Object
{
int masterChannel; /* FD of /dev/pty device */
int eventServerSocket; /* FD listening for event connection */
FILE *eventChannel; /* file ptr of event socket */
id deputy;
}
+ initialize;
- (FILE *)eventChannel;
- setEventChannel: (FILE *)fp;
- startApps;
- quitApps;
- requestFromDeputy: (char *)request;
@end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.