[utils] string_next_hyphen_index

This commit is contained in:
Al
2016-08-16 12:49:48 -04:00
parent 7ff0cb2704
commit 92e66fd60c
2 changed files with 10 additions and 6 deletions

View File

@@ -86,6 +86,7 @@ bool utf8_is_separator(int cat);
bool string_is_ignorable(char *str, size_t len);
ssize_t string_next_hyphen_index(char *str, size_t len);
bool string_contains_hyphen(char *str);
bool string_contains_hyphen_len(char *str, size_t len);