home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / hensa / disk / archive / nspark_1 / nspark-1.7.5 / compress.h < prev    next >
C/C++ Source or Header  |  1993-08-20  |  354b  |  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.