mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-10 07:50:19 +00:00
Replace hexchat exports with zoitechat exports
This commit is contained in:
committed by
GitHub
parent
29cda2e626
commit
a276b08cc0
@@ -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: *;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user