This is Compress.h in view mode; [Download] [Up]
/*
* Filename: Compress.h
* Created : Mon Jul 1 16:12:35 1991
* Author : Vince DeMarco
* <demarco@cpsc.ucalgary.ca>
*/
/* Generated by Interface Builder */
#import <objc/Object.h>
@interface Compress:Object
{
int exit_status;
}
- (int)compressFile:(char *)filename;
- (int)uncompressFile:(char *)filename;
@end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.