1 | /* This header contains compatibility defines for the original tinf API |
---|---|
2 | and uzlib 2.x and below API. These defines are deprecated and going |
3 | to be removed in the future, so applications should migrate to new |
4 | uzlib API. */ |
5 | #define TINF_DATA struct uzlib_uncomp |
6 | |
7 | #define destSize dest_size |
8 | #define destStart dest_start |
9 | #define readSource source_read_cb |
10 |