summaryrefslogtreecommitdiff
path: root/apps/misc.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/misc.h')
-rw-r--r--apps/misc.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/misc.h b/apps/misc.h
index ab0e592aa0..590ccf013f 100644
--- a/apps/misc.h
+++ b/apps/misc.h
@@ -115,4 +115,8 @@ int hex_to_rgb(const char* hex);
115 115
116char* strrsplt(char* str, int c); 116char* strrsplt(char* str, int c);
117 117
118bool file_exists(const char *file);
119bool dir_exists(const char *path);
120
121
118#endif /* MISC_H */ 122#endif /* MISC_H */