diff src/prpl.h @ 1030:38452403563b

[gaim-migrate @ 1040] updating the buddy list to work better with multiple connections. there are still a bunch of things fucked up with this but i wanted more people to start working on it than just me, especially since i won't be here this weekend. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Fri, 27 Oct 2000 07:53:32 +0000
parents f8f7f3ed2edb
children 643a4d81c18a
line wrap: on
line diff
--- a/src/prpl.h	Thu Oct 26 18:05:29 2000 +0000
+++ b/src/prpl.h	Fri Oct 27 07:53:32 2000 +0000
@@ -39,6 +39,8 @@
 	int protocol;
 	char *(* name)();
 
+	char **(* list_icon)(int);
+
 	void (* login)		(struct aim_user *);
 	void (* close)		(struct gaim_connection *);
 	void (* send_im)	(struct gaim_connection *, char *who, char *message, int away);