mirror of
https://github.com/weechat/weechat.git
synced 2026-07-02 15:53:12 +02:00
api: add function hdata_compare
This commit is contained in:
@@ -891,6 +891,7 @@ plugin_load (const char *filename, int init_plugin, int argc, char **argv)
|
||||
new_plugin->hdata_pointer = &hdata_pointer;
|
||||
new_plugin->hdata_time = &hdata_time;
|
||||
new_plugin->hdata_hashtable = &hdata_hashtable;
|
||||
new_plugin->hdata_compare = &hdata_compare;
|
||||
new_plugin->hdata_set = &hdata_set;
|
||||
new_plugin->hdata_update = &hdata_update;
|
||||
new_plugin->hdata_get_string = &hdata_get_string;
|
||||
|
||||
Reference in New Issue
Block a user