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, 2 insertions, 0 deletions
diff --git a/apps/misc.h b/apps/misc.h
index b1af859..ab0e592 100644
--- a/apps/misc.h
+++ b/apps/misc.h
@@ -113,4 +113,6 @@ void setvol(void);
int hex_to_rgb(const char* hex);
#endif
+char* strrsplt(char* str, int c);
+
#endif /* MISC_H */