refactor plugin config API and add skeleton for xchat_pluginpref_list

This commit is contained in:
Berke Viktor
2012-01-15 19:07:48 +01:00
parent e421c11686
commit 4942dc667f
6 changed files with 124 additions and 71 deletions

View File

@ -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: *;
};