home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 2001 January / VPR0101A.BIN / OLS / BZ2L003 / bz2l003.lzh / BZ2LIB / BZIP2.H < prev    next >
C/C++ Source or Header  |  1998-06-02  |  287b  |  15 lines

  1. /*
  2.     bzip2.h
  3. */
  4. #ifndef __BZIP2_H
  5. #define __BZIP2_H
  6.  
  7. #include "stringq.h"
  8. #include "bz2lib.h"
  9. #include <stdio.h>
  10.  
  11.  
  12. void compressStream2(STRINGQ *stream,FILE *zStream ,BZ2FILE *BZ2fp);
  13. unsigned char uncompressStream2 ( FILE *zStream, STRINGQ *stream ,BZ2FILE *BZ2fp);
  14. #endif
  15.