summaryrefslogtreecommitdiff
path: root/apps/misc.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/misc.h')
-rw-r--r--apps/misc.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/misc.h b/apps/misc.h
index 58a9085d55..0de68a001c 100644
--- a/apps/misc.h
+++ b/apps/misc.h
@@ -84,8 +84,6 @@ int hex_to_rgb(const char* hex, int* color);
84 84
85char* strrsplt(char* str, int c); 85char* strrsplt(char* str, int c);
86char* skip_whitespace(char* const str); 86char* skip_whitespace(char* const str);
87bool file_exists(const char *file);
88bool dir_exists(const char *path);
89 87
90/* 88/*
91 * removes the extension of filename (if it doesn't start with a .) 89 * removes the extension of filename (if it doesn't start with a .)