1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-29 06:16:40 +02:00

api: add function list_user_data (issue #666)

This commit is contained in:
Andrew Potter
2019-08-10 12:55:43 +02:00
committed by Sébastien Helleu
parent 464d31155a
commit 0957231d30
10 changed files with 177 additions and 8 deletions
+1
View File
@@ -672,6 +672,7 @@ plugin_load (const char *filename, int init_plugin, int argc, char **argv)
new_plugin->list_next = &weelist_next;
new_plugin->list_prev = &weelist_prev;
new_plugin->list_string = &weelist_string;
new_plugin->list_user_data = &weelist_user_data;
new_plugin->list_size = &weelist_size;
new_plugin->list_remove = &weelist_remove;
new_plugin->list_remove_all = &weelist_remove_all;