summaryrefslogtreecommitdiff
path: root/firmware/export/hostfs.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/hostfs.h')
-rw-r--r--firmware/export/hostfs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/hostfs.h b/firmware/export/hostfs.h
index d6f571a929..bbadecec31 100644
--- a/firmware/export/hostfs.h
+++ b/firmware/export/hostfs.h
@@ -33,7 +33,7 @@
33#endif 33#endif
34#include "config.h" 34#include "config.h"
35 35
36extern void hostfs_init(void); 36extern int hostfs_init(void);
37extern int hostfs_flush(void); 37extern int hostfs_flush(void);
38 38
39#ifdef HAVE_HOTSWAP 39#ifdef HAVE_HOTSWAP