home *** CD-ROM | disk | FTP | other *** search
- /* Prototypes for functions defined in compress.c */
- void Usage(void);
- void main(int, char **);
- static void compress(void);
- void output(long);
- static void decompress(void);
- long getcode(void);
- char *rindex(char *, char);
- void writeerr(void);
- void copystat(char *, char *);
- int foreground(void);
- void onintr(void);
- void oops(void);
- void cl_block(void);
- void cl_hash(long);
- void prratio(FILE *, long , long);
- void version(void);
- long getfilesize(char *);
- struct FileList *get_filelist(char *);
-