diff src/prpl.h @ 3136:1bd472b7f7a2

[gaim-migrate @ 3151] Jabber sync. fixen committer: Tailor Script <tailor@pidgin.im>
author Rob Flynn <gaim@robflynn.com>
date Fri, 12 Apr 2002 02:15:24 +0000
parents e68e2ba82310
children b0d5ce77f7dd
line wrap: on
line diff
--- a/src/prpl.h	Fri Apr 12 02:13:13 2002 +0000
+++ b/src/prpl.h	Fri Apr 12 02:15:24 2002 +0000
@@ -161,6 +161,12 @@
 	void (* get_cb_info)	(struct gaim_connection *, int, char *who);
 	void (* get_cb_away)	(struct gaim_connection *, int, char *who);
 
+	/* save/store buddy's alias on server list/roster */
+	void (* alias_buddy)	(struct gaim_connection *, char *who);
+
+	/* change a buddy's group on a server list/roster */
+	void (* group_buddy)	(struct gaim_connection *, char *who, char *old_group, char *new_group);
+
 	void (* buddy_free)	(struct buddy *);
 
 	/* this is really bad. */