diff src/prpl.h @ 6787:faa491042c66

[gaim-migrate @ 7326] the add_buddy prpl op now takes a group. It's horribly inconsistent with the rest. This stuff all needs to be updated. Maybe I'll replace it in 0.70cvs. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Sun, 07 Sep 2003 23:47:00 +0000
parents b0913ab92893
children 636b5215552e
line wrap: on
line diff
--- a/src/prpl.h	Sun Sep 07 22:35:00 2003 +0000
+++ b/src/prpl.h	Sun Sep 07 23:47:00 2003 +0000
@@ -260,7 +260,7 @@
 	void (*set_idle)(GaimConnection *, int idletime);
 	void (*change_passwd)(GaimConnection *, const char *old_pass,
 						  const char *new_pass);
-	void (*add_buddy)(GaimConnection *, const char *name);
+	void (*add_buddy)(GaimConnection *, const char *name, GaimGroup *group);
 	void (*add_buddies)(GaimConnection *, GList *buddies);
 	void (*remove_buddy)(GaimConnection *, const char *name,
 						const char *group);