This is local_compress_defs.h in view mode; [Download] [Up]
/* * Filename: local_compress_defs.h * Created : Mon Jul 1 16:15:22 1991 * Author : Vince DeMarco * <demarco@cpsc.ucalgary.ca> */ /* compress.c */ int compress_decompress(int do_decompression, int force_overwrite, int recursive_comp_decomp, char *file_name); static int comprexx(char *tempname); static void compdir(char *dir); static void compress(void); static void output(code_int code); static void decompress(void); static code_int getcode(void); static void writeerr(void); static void copystat(char *ifname, char *ofname); static int foreground(void); static int onintr(void); static int oops(void); static void cl_block(void); static void cl_hash(count_int hsize);
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.