This is Kdestroy.h in view mode; [Download] [Up]
/* Kerberos Ticket Destruction Object */
#import <objc/Object.h>
@interface Kdestroy:Object
{
id kdestroyProcess;
id klistReporter;
char *outputBuffer;
}
- destroyTickets:sender;
/* Subprocess Delegation */
- subprocessOutput:(char *)buffer;
- subprocessDone;
@end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.