[utils] changing signature of utf8proc_iterate_reversed so it takes the same arguments as utf8proc_iterate for function pointer purposes
This commit is contained in:
@@ -29,7 +29,7 @@ bool string_ends_with(const char *str, const char *ending);
|
||||
uint string_translate(char *str, size_t len, char *word_chars, char *word_repls, size_t trans_len);
|
||||
|
||||
char *utf8_reversed_string(const char *s); // returns a copy, caller frees
|
||||
ssize_t utf8proc_iterate_reversed(const uint8_t *str, const uint8_t *start, int32_t *dst);
|
||||
ssize_t utf8proc_iterate_reversed(const uint8_t *str, ssize_t start, int32_t *dst);
|
||||
bool utf8_is_letter(int32_t ch);
|
||||
|
||||
size_t string_ltrim(char *str);
|
||||
|
||||
Reference in New Issue
Block a user