mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-02-15 08:57:56 +00:00
(RPNG) Make function static
This commit is contained in:
parent
0160a0a5af
commit
28931872d6
@ -689,7 +689,7 @@ static int png_reverse_filter_iterate(rpng_t *rpng, uint32_t **data)
|
||||
return png_reverse_filter_regular_iterate(data, &rpng->ihdr, &rpng->process);
|
||||
}
|
||||
|
||||
int rpng_load_image_argb_process_inflate_init(rpng_t *rpng,
|
||||
static int rpng_load_image_argb_process_inflate_init(rpng_t *rpng,
|
||||
uint32_t **data, unsigned *width, unsigned *height)
|
||||
{
|
||||
int zstatus;
|
||||
|
@ -68,7 +68,4 @@ static INLINE int paeth(int a, int b, int c)
|
||||
return c;
|
||||
}
|
||||
|
||||
int rpng_load_image_argb_process_inflate_init(rpng_t *rpng,
|
||||
uint32_t **data, unsigned *width, unsigned *height);
|
||||
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user