home *** CD-ROM | disk | FTP | other *** search
/ RISC DISC 2 / RISC_DISC_2.iso / pd_share / utilities / cli / nspark / compress_h < prev    next >
Encoding:
Text File  |  1993-08-20  |  354 b   |  19 lines

  1. /*
  2.  * compress/uncompress function prototypes
  3.  *
  4.  * $Header: compress.h 1.1 92/09/29 $
  5.  * $Log:    compress.h,v $
  6.  * Revision 1.1  92/09/29  18:02:30  duplain
  7.  * Initial revision
  8.  * 
  9.  */
  10.  
  11. #ifndef __COMPRESS_H
  12. #define __COMPRESS_H
  13.  
  14. #include "cproto.h"
  15.  
  16. Status uncompress P__((Header *header, FILE *ifp, FILE *ofp, CompType type));
  17.  
  18. #endif /* __COMPRESS_H */
  19.