More MISSING_DECLS buildfixes

This commit is contained in:
twinaphex 2015-09-06 15:03:58 +02:00
parent 785eb2ff12
commit c2c49da1de
2 changed files with 2 additions and 1 deletions

View File

@ -36,6 +36,7 @@ extern "C" {
#include <queues/fifo_buffer.h>
#ifdef RARCH_INTERNAL
#include "internal_cores.h"
#include "../libretro.h"
#define CORE_PREFIX(s) libretro_ffmpeg_##s
#else

View File

@ -97,7 +97,7 @@ static bool png_parse_ihdr_fio(FILE **fd,
return true;
}
bool rpng_load_image_argb_iterate(FILE **fd, rpng_t *rpng)
static bool rpng_load_image_argb_iterate(FILE **fd, rpng_t *rpng)
{
struct png_chunk chunk = {0};
FILE *file = *fd;