diff options
author | Berke Viktor <berkeviktor@aol.com> | 2011-11-30 08:35:13 +0100 |
---|---|---|
committer | Berke Viktor <berkeviktor@aol.com> | 2011-11-30 08:35:13 +0100 |
commit | ebee44ca131baae1d64a4af992c5580dd5836585 (patch) | |
tree | eaf54686e54eba70a9d52b36abeb81d7beff4f9b /src | |
parent | 1567d326971811fd956042aaa43c932d247b4681 (diff) |
some more unix love for plugin config
Diffstat (limited to 'src')
-rw-r--r-- | src/version-script | 6 |
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: *; }; |