Add MONITOR support
[rofl0r-ixchat.git] / src / version-script
blob048c1f55d43436944d85856c55415a5f45624f32
1 EXPORTED {
2         global:
3                 xchat_hook_command;
4                 xchat_hook_server;
5                 xchat_hook_print;
6                 xchat_hook_timer;
7                 xchat_hook_fd;
8                 xchat_unhook;
9                 xchat_print;
10                 xchat_printf;
11                 xchat_command;
12                 xchat_commandf;
13                 xchat_nickcmp;
14                 xchat_set_context;
15                 xchat_find_context;
16                 xchat_get_context;
17                 xchat_get_info;
18                 xchat_get_prefs;
19                 xchat_list_get;
20                 xchat_list_free;
21                 xchat_list_fields;
22                 xchat_list_next;
23                 xchat_list_str;
24                 xchat_list_int;
25                 xchat_plugingui_add;
26                 xchat_plugingui_remove;
27                 xchat_emit_print;
28                 xchat_list_time;
29                 xchat_gettext;
30                 xchat_send_modes;
31                 xchat_strip;
32                 xchat_free;
33         local: *;