mirror of
https://github.com/weechat/weechat.git
synced 2026-07-01 23:36:37 +02:00
core: add type char for hdata and function hdata_char in plugin/script API
This commit is contained in:
@@ -739,6 +739,7 @@ plugin_load (const char *filename, int argc, char **argv)
|
||||
new_plugin->hdata_get_var_at_offset = &hdata_get_var_at_offset;
|
||||
new_plugin->hdata_get_list = &hdata_get_list;
|
||||
new_plugin->hdata_move = &hdata_move;
|
||||
new_plugin->hdata_char = &hdata_char;
|
||||
new_plugin->hdata_integer = &hdata_integer;
|
||||
new_plugin->hdata_long = &hdata_long;
|
||||
new_plugin->hdata_string = &hdata_string;
|
||||
|
||||
Reference in New Issue
Block a user