From a276b08cc0783505d361c07984e7e6742a190318 Mon Sep 17 00:00:00 2001 From: deepend-tildeclub <58404188+deepend-tildeclub@users.noreply.github.com> Date: Mon, 5 Jan 2026 18:03:01 -0700 Subject: [PATCH] Replace hexchat exports with zoitechat exports --- src/version-script | 82 +++++++++++++++++++++++----------------------- 1 file changed, 41 insertions(+), 41 deletions(-) diff --git a/src/version-script b/src/version-script index a7ed1495..a34aadcd 100644 --- a/src/version-script +++ b/src/version-script @@ -1,45 +1,45 @@ EXPORTED { global: - hexchat_hook_command; - hexchat_event_attrs_create; - hexchat_event_attrs_free; - hexchat_hook_server; - hexchat_hook_server_attrs; - hexchat_hook_print; - hexchat_hook_print_attrs; - hexchat_hook_timer; - hexchat_hook_fd; - hexchat_unhook; - hexchat_print; - hexchat_printf; - hexchat_command; - hexchat_commandf; - hexchat_nickcmp; - hexchat_set_context; - hexchat_find_context; - hexchat_get_context; - hexchat_get_info; - hexchat_get_prefs; - hexchat_list_get; - hexchat_list_free; - hexchat_list_fields; - hexchat_list_next; - hexchat_list_str; - hexchat_list_int; - hexchat_plugingui_add; - hexchat_plugingui_remove; - hexchat_emit_print; - hexchat_emit_print_attrs; - hexchat_list_time; - hexchat_gettext; - hexchat_send_modes; - hexchat_strip; - hexchat_free; - hexchat_pluginpref_set_str; - hexchat_pluginpref_get_str; - hexchat_pluginpref_set_int; - hexchat_pluginpref_get_int; - hexchat_pluginpref_delete; - hexchat_pluginpref_list; + zoitechat_hook_command; + zoitechat_event_attrs_create; + zoitechat_event_attrs_free; + zoitechat_hook_server; + zoitechat_hook_server_attrs; + zoitechat_hook_print; + zoitechat_hook_print_attrs; + zoitechat_hook_timer; + zoitechat_hook_fd; + zoitechat_unhook; + zoitechat_print; + zoitechat_printf; + zoitechat_command; + zoitechat_commandf; + zoitechat_nickcmp; + zoitechat_set_context; + zoitechat_find_context; + zoitechat_get_context; + zoitechat_get_info; + zoitechat_get_prefs; + zoitechat_list_get; + zoitechat_list_free; + zoitechat_list_fields; + zoitechat_list_next; + zoitechat_list_str; + zoitechat_list_int; + zoitechat_plugingui_add; + zoitechat_plugingui_remove; + zoitechat_emit_print; + zoitechat_emit_print_attrs; + zoitechat_list_time; + zoitechat_gettext; + zoitechat_send_modes; + zoitechat_strip; + zoitechat_free; + zoitechat_pluginpref_set_str; + zoitechat_pluginpref_get_str; + zoitechat_pluginpref_set_int; + zoitechat_pluginpref_get_int; + zoitechat_pluginpref_delete; + zoitechat_pluginpref_list; local: *; };