summaryrefslogtreecommitdiff
path: root/src/string_utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/string_utils.h')
-rw-r--r--src/string_utils.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/string_utils.h b/src/string_utils.h
index 2b5c85f..32cdaf4 100644
--- a/src/string_utils.h
+++ b/src/string_utils.h
@@ -72,6 +72,7 @@ bool string_remove(char **buffer, char *text);
char* string_get_json_literal(char **buffer, char *tmp);
s32 string_get_json_number(char **buffer);
s32 string_get_json_ulong_number(char **buffer);
+char *string_get_next(char *list, char *buffer, char seperator);
utf8_int32_t utf8_str_at(char *str, s32 index);
void utf8_str_remove_at(char *str, s32 at);