diff src/core.h @ 3565:154c4a9d9b6d

[gaim-migrate @ 3660] Now you can configure your plugins. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Sat, 28 Sep 2002 21:39:45 +0000
parents e120097bbd72
children f53370197bb9
line wrap: on
line diff
--- a/src/core.h	Sat Sep 28 17:46:10 2002 +0000
+++ b/src/core.h	Sat Sep 28 21:39:45 2002 +0000
@@ -132,6 +132,7 @@
 	gchar path[128];
 	struct gaim_plugin_description desc;
 	gchar error[128];
+	void *iter;
 };
 
 #ifdef GAIM_PLUGINS