refactoring

This commit is contained in:
Berke Viktor
2011-11-30 08:59:40 +01:00
parent e488a0232a
commit b692172aa9
5 changed files with 42 additions and 42 deletions

View File

@@ -98,16 +98,16 @@ struct _xchat_plugin
int flags);
void (*xchat_free) (xchat_plugin *ph,
void *ptr);
int (*xchat_set_plugin_pref_str) (xchat_plugin *ph,
int (*xchat_set_pluginpref_str) (xchat_plugin *ph,
char *var,
char *value);
int (*xchat_get_plugin_pref_str) (xchat_plugin *ph,
int (*xchat_get_pluginpref_str) (xchat_plugin *ph,
char *var,
char *dest);
int (*xchat_set_plugin_pref_int) (xchat_plugin *ph,
int (*xchat_set_pluginpref_int) (xchat_plugin *ph,
char *var,
int value);
int (*xchat_get_plugin_pref_int) (xchat_plugin *ph,
int (*xchat_get_pluginpref_int) (xchat_plugin *ph,
char *var);
void *(*xchat_dummy4) (xchat_plugin *ph);
void *(*xchat_dummy3) (xchat_plugin *ph);