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, 1 insertions, 1 deletions
diff --git a/apps/misc.h b/apps/misc.h
index 6a6e847..22ae484 100644
--- a/apps/misc.h
+++ b/apps/misc.h
@@ -124,7 +124,7 @@ int hex_to_rgb(const char* hex, int* color);
#endif
char* strrsplt(char* str, int c);
-
+char* skip_whitespace(char* const str);
bool file_exists(const char *file);
bool dir_exists(const char *path);