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