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:
committed by
Sébastien Helleu
parent
464d31155a
commit
0957231d30
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user