mirror of
https://github.com/irssi/irssi.git
synced 2026-08-16 15:12:11 +02:00
Implement support for IRCv3.1 CAP negotiation
This commit is contained in:
parent
c122a2a226
commit
2d7030a844
9 changed files with 238 additions and 1 deletions
|
|
@ -21,6 +21,9 @@ GSList *gslist_find_string(GSList *list, const char *key);
|
|||
GSList *gslist_find_icase_string(GSList *list, const char *key);
|
||||
GList *glist_find_string(GList *list, const char *key);
|
||||
GList *glist_find_icase_string(GList *list, const char *key);
|
||||
GSList *gslist_remove_string (GSList *list, const char *str);
|
||||
|
||||
void gslist_free_full (GSList *list, GDestroyNotify free_func);
|
||||
|
||||
void *gslist_foreach_find(GSList *list, FOREACH_FIND_FUNC func, const void *data);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue