mirror of
https://github.com/libretro/RetroArch
synced 2025-02-03 17:54:04 +00:00
(Zlib) Fix header function signature
This commit is contained in:
parent
ba51ff51f7
commit
d6dd17bab1
@ -17,7 +17,7 @@
|
||||
#ifndef RARCH_ZLIB_H__
|
||||
#define RARCH_ZLIB_H__
|
||||
|
||||
int rarch_rzlib_extract_archive(const char *zip_path, char *first_file,
|
||||
size_t first_file_size, unsigned extract_zip_mode);
|
||||
int rarch_zlib_extract_archive(const char *zip_path, char *first_file,
|
||||
size_t first_file_size);
|
||||
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user