summaryrefslogtreecommitdiff
path: root/firmware/export/filefuncs.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/filefuncs.h')
-rw-r--r--firmware/export/filefuncs.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/firmware/export/filefuncs.h b/firmware/export/filefuncs.h
index 3d4e73ad9f..92e97f65b0 100644
--- a/firmware/export/filefuncs.h
+++ b/firmware/export/filefuncs.h
@@ -31,10 +31,9 @@
31int strip_volume(const char* name, char* namecopy); 31int strip_volume(const char* name, char* namecopy);
32#endif 32#endif
33 33
34#ifndef __PCTOOL__
35bool file_exists(const char *file); 34bool file_exists(const char *file);
36bool dir_exists(const char *path); 35bool dir_exists(const char *path);
37#endif 36
38extern struct dirinfo dir_get_info(DIR* parent, struct dirent *entry); 37extern struct dirinfo dir_get_info(DIR* parent, struct dirent *entry);
39 38
40#endif /* __INCLUDE_FILEFUNCS_H_ */ 39#endif /* __INCLUDE_FILEFUNCS_H_ */