summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/version-script6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/version-script b/src/version-script
index e747958b..94a95a0b 100644
--- a/src/version-script
+++ b/src/version-script
@@ -30,7 +30,9 @@ EXPORTED {
 		xchat_send_modes;
 		xchat_strip;
 		xchat_free;
-		xchat_set_plugin_pref;
-		xchat_get_plugin_pref;
+		xchat_set_plugin_pref_str;
+		xchat_get_plugin_pref_str;
+		xchat_set_plugin_pref_int;
+		xchat_get_plugin_pref_int;
 	local: *;
 };