Replace hexchat exports with zoitechat exports

This commit is contained in:
deepend-tildeclub
2026-01-05 18:03:01 -07:00
committed by GitHub
parent 29cda2e626
commit a276b08cc0

View File

@@ -1,45 +1,45 @@
EXPORTED { EXPORTED {
global: global:
hexchat_hook_command; zoitechat_hook_command;
hexchat_event_attrs_create; zoitechat_event_attrs_create;
hexchat_event_attrs_free; zoitechat_event_attrs_free;
hexchat_hook_server; zoitechat_hook_server;
hexchat_hook_server_attrs; zoitechat_hook_server_attrs;
hexchat_hook_print; zoitechat_hook_print;
hexchat_hook_print_attrs; zoitechat_hook_print_attrs;
hexchat_hook_timer; zoitechat_hook_timer;
hexchat_hook_fd; zoitechat_hook_fd;
hexchat_unhook; zoitechat_unhook;
hexchat_print; zoitechat_print;
hexchat_printf; zoitechat_printf;
hexchat_command; zoitechat_command;
hexchat_commandf; zoitechat_commandf;
hexchat_nickcmp; zoitechat_nickcmp;
hexchat_set_context; zoitechat_set_context;
hexchat_find_context; zoitechat_find_context;
hexchat_get_context; zoitechat_get_context;
hexchat_get_info; zoitechat_get_info;
hexchat_get_prefs; zoitechat_get_prefs;
hexchat_list_get; zoitechat_list_get;
hexchat_list_free; zoitechat_list_free;
hexchat_list_fields; zoitechat_list_fields;
hexchat_list_next; zoitechat_list_next;
hexchat_list_str; zoitechat_list_str;
hexchat_list_int; zoitechat_list_int;
hexchat_plugingui_add; zoitechat_plugingui_add;
hexchat_plugingui_remove; zoitechat_plugingui_remove;
hexchat_emit_print; zoitechat_emit_print;
hexchat_emit_print_attrs; zoitechat_emit_print_attrs;
hexchat_list_time; zoitechat_list_time;
hexchat_gettext; zoitechat_gettext;
hexchat_send_modes; zoitechat_send_modes;
hexchat_strip; zoitechat_strip;
hexchat_free; zoitechat_free;
hexchat_pluginpref_set_str; zoitechat_pluginpref_set_str;
hexchat_pluginpref_get_str; zoitechat_pluginpref_get_str;
hexchat_pluginpref_set_int; zoitechat_pluginpref_set_int;
hexchat_pluginpref_get_int; zoitechat_pluginpref_get_int;
hexchat_pluginpref_delete; zoitechat_pluginpref_delete;
hexchat_pluginpref_list; zoitechat_pluginpref_list;
local: *; local: *;
}; };