diff src/protocols/zephyr/zephyr.c @ 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 0c5637b5462e
children 7c3a11c69be9
line wrap: on
line diff
--- a/src/protocols/zephyr/zephyr.c	Sun Sep 07 22:35:00 2003 +0000
+++ b/src/protocols/zephyr/zephyr.c	Sun Sep 07 23:47:00 2003 +0000
@@ -746,7 +746,7 @@
 	z_call(ZClosePort());
 }
 
-static void zephyr_add_buddy(GaimConnection *gc, const char *buddy) { }
+static void zephyr_add_buddy(GaimConnection *gc, const char *buddy, GaimGroup *group) { }
 static void zephyr_remove_buddy(GaimConnection *gc, const char *buddy, const char *group) { }
 
 static int zephyr_chat_send(GaimConnection *gc, int id, const char *im)