diff options
Diffstat (limited to 'circuitpython/lib/uzlib/tinf_compat.h')
-rw-r--r-- | circuitpython/lib/uzlib/tinf_compat.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/circuitpython/lib/uzlib/tinf_compat.h b/circuitpython/lib/uzlib/tinf_compat.h new file mode 100644 index 0000000..f763804 --- /dev/null +++ b/circuitpython/lib/uzlib/tinf_compat.h @@ -0,0 +1,9 @@ +/* This header contains compatibility defines for the original tinf API + and uzlib 2.x and below API. These defines are deprecated and going + to be removed in the future, so applications should migrate to new + uzlib API. */ +#define TINF_DATA struct uzlib_uncomp + +#define destSize dest_size +#define destStart dest_start +#define readSource source_read_cb |