ftp.nice.ch/pub/next/tools/archiver/Compress.1.1.N.bs.tar.gz#/Compress-1.1/Compress.h

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.