forked from len0rd/rockbox
Fix hostfs_init() return value.
Change-Id: Ic8048e3fa0075de234e8879ba9faad101168bf09
This commit is contained in:
parent
506b8718fc
commit
05999ed86d
5 changed files with 9 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue