diff options
-rw-r--r-- | apps/plugins/sdl/include/SDL_config_rockbox.h | 1 |
1 files changed, 1 insertions, 0 deletions
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)); |