diff options
author | Berke Viktor <berkeviktor@aol.com> | 2012-01-15 19:07:48 +0100 |
---|---|---|
committer | Berke Viktor <berkeviktor@aol.com> | 2012-01-15 19:07:48 +0100 |
commit | 4942dc667f3ff40601b7afd2efd91dff1f73789a (patch) | |
tree | f71519d3cf2f391407ef5a929157d0dea4e6249d /src/version-script | |
parent | e421c11686c7ab9e21d9fbf34ba363f990d45fa9 (diff) |
refactor plugin config API and add skeleton for xchat_pluginpref_list
Diffstat (limited to 'src/version-script')
-rw-r--r-- | src/version-script | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/src/version-script b/src/version-script index fe04dd46..4441aeae 100644 --- a/src/version-script +++ b/src/version-script @@ -30,10 +30,11 @@ EXPORTED { xchat_send_modes; xchat_strip; xchat_free; - xchat_set_pluginpref_str; - xchat_get_pluginpref_str; - xchat_set_pluginpref_int; - xchat_get_pluginpref_int; - xchat_del_pluginpref; + xchat_pluginpref_set_str; + xchat_pluginpref_get_str; + xchat_pluginpref_set_int; + xchat_pluginpref_get_int; + xchat_pluginpref_delete; + xchat_pluginpref_list; local: *; }; |