From 05999ed86d55ca51a9371b0253cdabd734539d1f Mon Sep 17 00:00:00 2001 From: Thomas Martitz Date: Mon, 3 Mar 2014 11:19:56 +0100 Subject: Fix hostfs_init() return value. Change-Id: Ic8048e3fa0075de234e8879ba9faad101168bf09 --- firmware/export/hostfs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'firmware/export/hostfs.h') 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 @@ #endif #include "config.h" -extern void hostfs_init(void); +extern int hostfs_init(void); extern int hostfs_flush(void); #ifdef HAVE_HOTSWAP -- cgit v1.2.3