summaryrefslogtreecommitdiff
path: root/lib/uzlib/uzlib.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/uzlib/uzlib.h')
-rw-r--r--lib/uzlib/uzlib.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/uzlib/uzlib.h b/lib/uzlib/uzlib.h
index 030f7698c..16984a77d 100644
--- a/lib/uzlib/uzlib.h
+++ b/lib/uzlib/uzlib.h
@@ -84,7 +84,8 @@ typedef struct _uzlib_uncomp_t {
also return -1 in case of EOF (or irrecoverable error). Note that
besides returning the next byte, it may also update source and
source_limit fields, thus allowing for buffered operation. */
- int (*source_read_cb)(struct _uzlib_uncomp_t *uncomp);
+ void *source_read_data;
+ int (*source_read_cb)(void *);
unsigned int tag;
unsigned int bitcount;