Subversion Repositories SvarDOS

Rev

Rev 614 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 614 Rev 1609
Line 6... Line 6...
6
 * inf() returns Z_OK on success, Z_MEM_ERROR if memory could not be allocated
6
 * inf() returns Z_OK on success, Z_MEM_ERROR if memory could not be allocated
7
 * for processing, Z_DATA_ERROR if the deflate data is invalid or incomplete,
7
 * for processing, Z_DATA_ERROR if the deflate data is invalid or incomplete,
8
 * Z_VERSION_ERROR if the version of zlib.h and the version of the library
8
 * Z_VERSION_ERROR if the version of zlib.h and the version of the library
9
 * linked do not match, or Z_ERRNO if there is an error reading or writing the
9
 * linked do not match, or Z_ERRNO if there is an error reading or writing the
10
 * files. */
10
 * files. */
11
int inf(FILE *source, FILE *dest, unsigned char *buff32k, unsigned long *cksum, long streamlen);
11
int inf(FILE *source, FILE *dest, unsigned char *buffin, unsigned short buffinsz, unsigned char *buffout, unsigned short buffoutsz, unsigned long *cksum, long streamlen);
12
 
12
 
13
#endif
13
#endif