mirror of
https://github.com/irssi/irssi.git
synced 2026-08-23 10:32:31 +02:00
Merge 5135eee57a into cfa51c5ae2
This commit is contained in:
commit
09c865d9ea
5 changed files with 97 additions and 13 deletions
|
|
@ -101,6 +101,9 @@ char *replace_chars(char *str, char from, char to);
|
|||
/* return index of `item' in `array' or -1 if not found */
|
||||
int strarray_find(char **array, const char *item);
|
||||
|
||||
/* return index of element in `array' starting with `item' or -1 if not found */
|
||||
int strarray_find_prefix(char **array, const char *item);
|
||||
|
||||
/* string -> uoff_t */
|
||||
uoff_t str_to_uofft(const char *str);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue