home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / ff_progs / compress / ppdata.lha / src / crunch.h < prev    next >
Encoding:
Text File  |  1992-07-13  |  239 b   |  17 lines

  1. /*
  2. *    crunch.c
  3. *
  4. *    Prototypes for routines defined in crunch.c.
  5. *
  6. *    MWS 3/92.
  7. */
  8.  
  9. BOOL    IsBufferSaved(void),
  10.     InitCrunch(void);
  11. void    FinishCrunch(void);
  12.  
  13. void    LoadRequest(void),
  14.     SaveRequest(void),
  15.     BatchRequest(void),
  16.     DeleteRequest(void);
  17.