2011-02-23 22:14:30 -05:00
|
|
|
EXPORTED {
|
|
|
|
global:
|
2012-10-30 03:42:48 -04:00
|
|
|
hexchat_hook_command;
|
2013-07-12 17:15:17 -04:00
|
|
|
hexchat_event_attrs_create;
|
|
|
|
hexchat_event_attrs_free;
|
2012-10-30 03:42:48 -04:00
|
|
|
hexchat_hook_server;
|
2013-07-09 18:11:28 -04:00
|
|
|
hexchat_hook_server_attrs;
|
2012-10-30 03:42:48 -04:00
|
|
|
hexchat_hook_print;
|
2013-07-09 18:11:28 -04:00
|
|
|
hexchat_hook_print_attrs;
|
2012-10-30 03:42:48 -04:00
|
|
|
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;
|
2013-07-12 17:15:17 -04:00
|
|
|
hexchat_emit_print_attrs;
|
2012-10-30 03:42:48 -04:00
|
|
|
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;
|
2011-02-23 22:14:30 -05:00
|
|
|
local: *;
|
|
|
|
};
|