From ebee44ca131baae1d64a4af992c5580dd5836585 Mon Sep 17 00:00:00 2001 From: Berke Viktor Date: Wed, 30 Nov 2011 08:35:13 +0100 Subject: [PATCH] some more unix love for plugin config --- src/version-script | 6 ++++-- 1 file 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: *; };