summary refs log tree commit diff stats
path: root/plugins/xchat-plugin.h
diff options
context:
space:
mode:
authorBerke Viktor <berkeviktor@aol.com>2011-11-30 01:41:34 +0100
committerBerke Viktor <berkeviktor@aol.com>2011-11-30 01:41:34 +0100
commitf9fa102690cef217b1565af35b34a727a9b58b33 (patch)
treeed01f7ac111925d094d913aedf959a59fb70e4ec /plugins/xchat-plugin.h
parentb16ca3fa64fc1fa83d40d00d0090cc7fd27a9840 (diff)
plugin config save is done via raw file access, now works with multiple vars
Diffstat (limited to 'plugins/xchat-plugin.h')
-rw-r--r--plugins/xchat-plugin.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/plugins/xchat-plugin.h b/plugins/xchat-plugin.h
index e9dd1be8..c3606b19 100644
--- a/plugins/xchat-plugin.h
+++ b/plugins/xchat-plugin.h
@@ -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