diff options
| author | Franklin Wei <franklin@rockbox.org> | 2019-07-29 17:32:45 -0400 |
|---|---|---|
| committer | Franklin Wei <franklin@rockbox.org> | 2019-07-29 17:32:45 -0400 |
| commit | 0c42b31a37de29c4a65bbd634d87b9ff46b88e6b (patch) | |
| tree | f6a8f96a7b4e3d720c0ef57f9e2a07a91ae05e90 /apps/plugins/sdl/include/SDL_config_rockbox.h | |
| parent | fb0d34650f990e44c741a0661d95ede3abed919b (diff) | |
| download | rockbox-quake5.zip rockbox-quake5.tar.gz rockbox-quake5.tar.bz2 rockbox-quake5.tar.xz | |
tmp on quakequake5
Change-Id: Id8bc9e5e47cad5c620f5273fc39348eb19e8e5d8
Diffstat (limited to 'apps/plugins/sdl/include/SDL_config_rockbox.h')
| -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 2b7f9a6..2cefc24 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)); |