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.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/firmware/export/filefuncs.h b/firmware/export/filefuncs.h
index 130c5ff4be..3745c6bee3 100644
--- a/firmware/export/filefuncs.h
+++ b/firmware/export/filefuncs.h
@@ -28,4 +28,9 @@
28int strip_volume(const char* name, char* namecopy); 28int strip_volume(const char* name, char* namecopy);
29#endif 29#endif
30 30
31#ifndef __PCTOOL__
32bool file_exists(const char *file);
33bool dir_exists(const char *path);
34#endif
35
31#endif /* __INCLUDE_FILEFUNCS_H_ */ 36#endif /* __INCLUDE_FILEFUNCS_H_ */