plugin config save is done via raw file access, now works with multiple vars

This commit is contained in:
Berke Viktor
2011-11-30 01:41:34 +01:00
parent b16ca3fa64
commit f9fa102690
3 changed files with 112 additions and 57 deletions

View File

@ -142,8 +142,7 @@ struct _xchat_plugin
char *value);
int (*xchat_get_plugin_pref) (xchat_plugin *ph,
char *var,
char *dest,
int dest_len);
char *dest);
};
#endif
@ -307,8 +306,7 @@ xchat_set_plugin_pref (xchat_plugin *ph,
int
xchat_get_plugin_pref (xchat_plugin *ph,
char *var,
char *dest,
int dest_len);
char *dest);
#if !defined(PLUGIN_C) && defined(WIN32)
#ifndef XCHAT_PLUGIN_HANDLE