diff options
Diffstat (limited to 'include/unarchive.h')
-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 a834816ba..14cd98e24 100644 --- a/include/unarchive.h +++ b/include/unarchive.h | |||
@@ -143,6 +143,7 @@ typedef struct inflate_unzip_result { | |||
143 | } inflate_unzip_result; | 143 | } inflate_unzip_result; |
144 | 144 | ||
145 | IF_DESKTOP(long long) int inflate_unzip(inflate_unzip_result *res, off_t compr_size, int src_fd, int dst_fd) FAST_FUNC; | 145 | IF_DESKTOP(long long) int inflate_unzip(inflate_unzip_result *res, off_t compr_size, int src_fd, int dst_fd) FAST_FUNC; |
146 | IF_DESKTOP(long long) int unpack_xz_stream_stdin(void) FAST_FUNC; | ||
146 | /* lzma unpacker takes .lzma stream from offset 0 */ | 147 | /* lzma unpacker takes .lzma stream from offset 0 */ |
147 | IF_DESKTOP(long long) int unpack_lzma_stream(int src_fd, int dst_fd) FAST_FUNC; | 148 | IF_DESKTOP(long long) int unpack_lzma_stream(int src_fd, int dst_fd) FAST_FUNC; |
148 | /* the rest wants 2 first bytes already skipped by the caller */ | 149 | /* the rest wants 2 first bytes already skipped by the caller */ |