diff options
author | pgf <pgf@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2005-07-20 20:26:49 +0000 |
---|---|---|
committer | pgf <pgf@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2005-07-20 20:26:49 +0000 |
commit | e155b420df6ab578fdaaeb996ac073e7588483ba (patch) | |
tree | 9e4bfeefb4a93867bbee1f2a48f77e7a44389397 /include | |
parent | 2cd67f4d7d031f91543cae5e440a9d214ba13c96 (diff) | |
download | busybox-w32-e155b420df6ab578fdaaeb996ac073e7588483ba.tar.gz busybox-w32-e155b420df6ab578fdaaeb996ac073e7588483ba.tar.bz2 busybox-w32-e155b420df6ab578fdaaeb996ac073e7588483ba.zip |
applying fixes from:
0000142: unzip enhancements
git-svn-id: svn://busybox.net/trunk/busybox@10887 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'include')
-rw-r--r-- | include/unarchive.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/unarchive.h b/include/unarchive.h index 1679b73ab..b5aacb621 100644 --- a/include/unarchive.h +++ b/include/unarchive.h | |||
@@ -98,6 +98,7 @@ extern const llist_t *find_list_entry(const llist_t *list, const char *filename) | |||
98 | 98 | ||
99 | extern int uncompressStream(int src_fd, int dst_fd); | 99 | extern int uncompressStream(int src_fd, int dst_fd); |
100 | extern void inflate_init(unsigned int bufsize); | 100 | extern void inflate_init(unsigned int bufsize); |
101 | extern void inflate_cleanup(void); | ||
101 | extern int inflate_unzip(int in, int out); | 102 | extern int inflate_unzip(int in, int out); |
102 | extern int inflate_gunzip(int in, int out); | 103 | extern int inflate_gunzip(int in, int out); |
103 | 104 | ||