summary refs log tree commit diff stats
path: root/src/version-script
diff options
context:
space:
mode:
authorBerke Viktor <bviktor@hexchat.org>2012-10-30 06:56:41 +0100
committerBerke Viktor <bviktor@hexchat.org>2012-10-30 06:56:41 +0100
commit81747d996c1159f5291e243198af08a733ffdf21 (patch)
tree012d32bbb702fa23c6a0633716e7a034195c6f4a /src/version-script
parentad16a2bfee7e51e8acfbc6acd7cf22e438ec60d2 (diff)
Revert "Proof-of-concept compat mode for XChat"
This reverts commit ad16a2bfee7e51e8acfbc6acd7cf22e438ec60d2.
Diffstat (limited to 'src/version-script')
-rw-r--r--src/version-script42
1 files changed, 6 insertions, 36 deletions
diff --git a/src/version-script b/src/version-script
index 4021208b..4441aeae 100644
--- a/src/version-script
+++ b/src/version-script
@@ -30,41 +30,11 @@ EXPORTED {
 		xchat_send_modes;
 		xchat_strip;
 		xchat_free;
-		hexchat_hook_command;
-		hexchat_hook_server;
-		hexchat_hook_print;
-		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_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;
+		xchat_pluginpref_set_str;
+		xchat_pluginpref_get_str;
+		xchat_pluginpref_set_int;
+		xchat_pluginpref_get_int;
+		xchat_pluginpref_delete;
+		xchat_pluginpref_list;
 	local: *;
 };