diff options
author | Ron Yorston <rmy@pobox.com> | 2018-04-09 08:50:34 +0100 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2018-04-09 08:50:34 +0100 |
commit | 921c1ab66bad54d4ad8591bb74e41ac985248496 (patch) | |
tree | 552a04c691e78e78570e4ec2c83fbc0e59953924 /include/bb_archive.h | |
parent | 5b6f06f5eb8628955262508d153627fe6f2d1c8b (diff) | |
parent | a1870f4807a75663a085c9f5e92870fa7554f0ad (diff) | |
download | busybox-w32-921c1ab66bad54d4ad8591bb74e41ac985248496.tar.gz busybox-w32-921c1ab66bad54d4ad8591bb74e41ac985248496.tar.bz2 busybox-w32-921c1ab66bad54d4ad8591bb74e41ac985248496.zip |
Merge branch 'busybox' into merge
Diffstat (limited to 'include/bb_archive.h')
-rw-r--r-- | include/bb_archive.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/bb_archive.h b/include/bb_archive.h index 91d5561fc..084ba9470 100644 --- a/include/bb_archive.h +++ b/include/bb_archive.h | |||
@@ -224,7 +224,7 @@ const llist_t *find_list_entry2(const llist_t *list, const char *filename) FAST_ | |||
224 | 224 | ||
225 | /* A bit of bunzip2 internals are exposed for compressed help support: */ | 225 | /* A bit of bunzip2 internals are exposed for compressed help support: */ |
226 | typedef struct bunzip_data bunzip_data; | 226 | typedef struct bunzip_data bunzip_data; |
227 | int start_bunzip(bunzip_data **bdp, int in_fd, const void *inbuf, int len) FAST_FUNC; | 227 | int start_bunzip(void *, bunzip_data **bdp, int in_fd, const void *inbuf, int len) FAST_FUNC; |
228 | /* NB: read_bunzip returns < 0 on error, or the number of *unfilled* bytes | 228 | /* NB: read_bunzip returns < 0 on error, or the number of *unfilled* bytes |
229 | * in outbuf. IOW: on EOF returns len ("all bytes are not filled"), not 0: */ | 229 | * in outbuf. IOW: on EOF returns len ("all bytes are not filled"), not 0: */ |
230 | int read_bunzip(bunzip_data *bd, char *outbuf, int len) FAST_FUNC; | 230 | int read_bunzip(bunzip_data *bd, char *outbuf, int len) FAST_FUNC; |