hexchat/src/version-script

40 lines
737 B
Plaintext
Raw Normal View History

2011-02-24 06:14:30 +03:00
EXPORTED {
global:
xchat_hook_command;
xchat_hook_server;
xchat_hook_print;
xchat_hook_timer;
xchat_hook_fd;
xchat_unhook;
xchat_print;
xchat_printf;
xchat_command;
xchat_commandf;
xchat_nickcmp;
xchat_set_context;
xchat_find_context;
xchat_get_context;
xchat_get_info;
xchat_get_prefs;
xchat_list_get;
xchat_list_free;
xchat_list_fields;
xchat_list_next;
xchat_list_str;
xchat_list_int;
xchat_plugingui_add;
xchat_plugingui_remove;
xchat_emit_print;
xchat_list_time;
xchat_gettext;
xchat_send_modes;
xchat_strip;
xchat_free;
2011-11-30 11:59:40 +04:00
xchat_set_pluginpref_str;
xchat_get_pluginpref_str;
xchat_set_pluginpref_int;
xchat_get_pluginpref_int;
2012-01-14 03:29:01 +04:00
xchat_del_pluginpref;
2011-02-24 06:14:30 +03:00
local: *;
};