summary refs log tree commit diff stats
path: root/src/version-script
diff options
context:
space:
mode:
authorberkeviktor@aol.com <berkeviktor@aol.com>2011-02-24 04:14:30 +0100
committerberkeviktor@aol.com <berkeviktor@aol.com>2011-02-24 04:14:30 +0100
commit4a6ceffb98a0b785494f680d3776c4bfc4052f9e (patch)
tree850703c1c841ccd99f58d0b06084615aaebe782c /src/version-script
parentf16af8be941b596dedac3bf4e371ee2d21f4b598 (diff)
add xchat r1489
Diffstat (limited to 'src/version-script')
-rw-r--r--src/version-script34
1 files changed, 34 insertions, 0 deletions
diff --git a/src/version-script b/src/version-script
new file mode 100644
index 00000000..048c1f55
--- /dev/null
+++ b/src/version-script
@@ -0,0 +1,34 @@
+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;
+	local: *;
+};