aboutsummaryrefslogtreecommitdiff
path: root/include/bb_archive.h
diff options
context:
space:
mode:
authorRon Yorston <rmy@pobox.com>2018-04-09 08:50:34 +0100
committerRon Yorston <rmy@pobox.com>2018-04-09 08:50:34 +0100
commit921c1ab66bad54d4ad8591bb74e41ac985248496 (patch)
tree552a04c691e78e78570e4ec2c83fbc0e59953924 /include/bb_archive.h
parent5b6f06f5eb8628955262508d153627fe6f2d1c8b (diff)
parenta1870f4807a75663a085c9f5e92870fa7554f0ad (diff)
downloadbusybox-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.h2
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: */
226typedef struct bunzip_data bunzip_data; 226typedef struct bunzip_data bunzip_data;
227int start_bunzip(bunzip_data **bdp, int in_fd, const void *inbuf, int len) FAST_FUNC; 227int 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: */
230int read_bunzip(bunzip_data *bd, char *outbuf, int len) FAST_FUNC; 230int read_bunzip(bunzip_data *bd, char *outbuf, int len) FAST_FUNC;