1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-01 15:26:37 +02:00

api: rename function unhook_all_plugin to unhook_all

This commit is contained in:
Sébastien Helleu
2016-03-24 09:17:54 +01:00
parent 293f758a3a
commit 5244a707cb
10 changed files with 14 additions and 14 deletions
+1 -1
View File
@@ -775,7 +775,7 @@ plugin_load (const char *filename, int init_plugin, int argc, char **argv)
new_plugin->hook_focus = &hook_focus;
new_plugin->hook_set = &hook_set;
new_plugin->unhook = &unhook;
new_plugin->unhook_all_plugin = &unhook_all_plugin;
new_plugin->unhook_all = &unhook_all_plugin;
new_plugin->buffer_new = &gui_buffer_new;
new_plugin->buffer_search = &gui_buffer_search_by_name;