applying fixes from:

0000142: unzip enhancements
This commit is contained in:
Paul Fox
2005-07-20 20:26:49 +00:00
parent f2ddc05ee7
commit 0840b76602
3 changed files with 411 additions and 219 deletions

View File

@ -98,6 +98,7 @@ extern const llist_t *find_list_entry(const llist_t *list, const char *filename)
extern int uncompressStream(int src_fd, int dst_fd);
extern void inflate_init(unsigned int bufsize);
extern void inflate_cleanup(void);
extern int inflate_unzip(int in, int out);
extern int inflate_gunzip(int in, int out);