mirror of
https://github.com/zlib-ng/minizip-ng
synced 2026-08-25 14:26:08 -04:00
Added mz_stream_get_interface. #283
This commit is contained in:
parent
4cfdd5dd83
commit
627993ef07
2 changed files with 9 additions and 0 deletions
|
|
@ -91,6 +91,7 @@ int32_t mz_stream_close(void *stream);
|
|||
int32_t mz_stream_error(void *stream);
|
||||
|
||||
int32_t mz_stream_set_base(void *stream, void *base);
|
||||
void* mz_stream_get_interface(void *stream);
|
||||
int32_t mz_stream_get_prop_int64(void *stream, int32_t prop, int64_t *value);
|
||||
int32_t mz_stream_set_prop_int64(void *stream, int32_t prop, int64_t value);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue