home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
DOS/V Power Report 2003 May
/
VPR0305.ISO
/
OLS
/
BZ2L003
/
bz2l003.lzh
/
BZ2LIB
/
BZIP2.H
< prev
next >
Wrap
C/C++ Source or Header
|
1998-06-02
|
287b
|
15 lines
/*
bzip2.h
*/
#ifndef __BZIP2_H
#define __BZIP2_H
#include "stringq.h"
#include "bz2lib.h"
#include <stdio.h>
void compressStream2(STRINGQ *stream,FILE *zStream ,BZ2FILE *BZ2fp);
unsigned char uncompressStream2 ( FILE *zStream, STRINGQ *stream ,BZ2FILE *BZ2fp);
#endif