Minor changes as per review

This commit is contained in:
Jari Matilainen 2017-01-13 20:47:27 +00:00
commit 11bc71a2ea
3 changed files with 18 additions and 13 deletions

View file

@ -101,7 +101,7 @@ char *replace_chars(char *str, char from, char to);
int strarray_find(char **array, const char *item);
/* return index of element in `array' starting with `item' or -1 if not found */
gboolean strarray_find_prefix(char **array, const char *item);
int strarray_find_prefix(char **array, const char *item);
/* string -> uoff_t */
uoff_t str_to_uofft(const char *str);