1
0
Fork 0
forked from len0rd/rockbox

Fix hostfs_init() return value.

Change-Id: Ic8048e3fa0075de234e8879ba9faad101168bf09
This commit is contained in:
Thomas Martitz 2014-03-03 11:19:56 +01:00
parent 506b8718fc
commit 05999ed86d
5 changed files with 9 additions and 5 deletions

View file

@ -33,7 +33,7 @@
#endif
#include "config.h"
extern void hostfs_init(void);
extern int hostfs_init(void);
extern int hostfs_flush(void);
#ifdef HAVE_HOTSWAP