diff src/prpl.h @ 2231:8c4ff1a368bd

[gaim-migrate @ 2241] blue:~/gaim/app/src/protocols $ ./gtk icq: 0 irc: 0 jabber: 52 msn: 0 napster: 0 oscar: 7 toc: 17 yahoo: 0 zephyr: 1 committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Fri, 07 Sep 2001 08:09:22 +0000
parents cff4fbe01c7b
children 14e8978f86bb
line wrap: on
line diff
--- a/src/prpl.h	Fri Sep 07 07:30:28 2001 +0000
+++ b/src/prpl.h	Fri Sep 07 08:09:22 2001 +0000
@@ -73,6 +73,9 @@
 	int options;
 	char *(* name)();
 
+	/* for ICQ and Yahoo, who have off/on per-conversation options */
+	char *checkbox;
+
 	/* returns the XPM associated with the given user class */
 	char **(* list_icon)(int);
 	GList *(* away_states)();
@@ -91,8 +94,6 @@
 	 * their UIs all that often anyway. */
 	void (* draw_new_user)(GtkWidget *);
 	void (* do_new_user)();
-	void (* insert_convo)(struct gaim_connection *, struct conversation *);
-	void (* remove_convo)(struct gaim_connection *, struct conversation *);
 
 	/* all the server-related functions */
 	void (* login)		(struct aim_user *);