From 0b23348610e7139f225d4bf5230f2604bd5db146 Mon Sep 17 00:00:00 2001 From: Franklin Wei Date: Mon, 29 Jul 2019 20:53:59 -0400 Subject: sdl: forward-declare fscanf_wrapper Silences a few warnings (if you enable them). Change-Id: Id9a9f4c688742c13ee3eb0777c40b4d4edcda224 --- apps/plugins/sdl/include/SDL_config_rockbox.h | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/plugins/sdl/include/SDL_config_rockbox.h b/apps/plugins/sdl/include/SDL_config_rockbox.h index 2b7f9a6793..2cefc244e2 100644 --- a/apps/plugins/sdl/include/SDL_config_rockbox.h +++ b/apps/plugins/sdl/include/SDL_config_rockbox.h @@ -203,6 +203,7 @@ int mkdir_wrapepr(const char *path); int printf_wrapper(const char*, ...); int sprintf_wrapper(char*, const char*, ...); int vprintf(const char *fmt, va_list ap); +int fscanf_wrapper(FILE *f, const char *fmt, ...); void fatal(char *fmt, ...); void rb_exit(int rc); void rbsdl_atexit(void (*)(void)); -- cgit v1.2.3