summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/filefuncs.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/firmware/export/filefuncs.h b/firmware/export/filefuncs.h
index f69c6da29c..3d4e73ad9f 100644
--- a/firmware/export/filefuncs.h
+++ b/firmware/export/filefuncs.h
@@ -24,6 +24,7 @@
24 24
25#include <stdbool.h> 25#include <stdbool.h>
26#include "config.h" 26#include "config.h"
27#include "file.h"
27#include "dir.h" 28#include "dir.h"
28 29
29#ifdef HAVE_MULTIVOLUME 30#ifdef HAVE_MULTIVOLUME
@@ -34,6 +35,6 @@ int strip_volume(const char* name, char* namecopy);
34bool file_exists(const char *file); 35bool file_exists(const char *file);
35bool dir_exists(const char *path); 36bool dir_exists(const char *path);
36#endif 37#endif
37extern struct dirinfo dir_get_info(struct DIR* parent, struct dirent *entry); 38extern struct dirinfo dir_get_info(DIR* parent, struct dirent *entry);
38 39
39#endif /* __INCLUDE_FILEFUNCS_H_ */ 40#endif /* __INCLUDE_FILEFUNCS_H_ */