src/protocols/zephyr/zephyr.c

changeset 6787
7d8e0ba98f68
parent 6695
2a63688f0d6d
child 6904
6c6f9543d94e
equal deleted inserted replaced
6786:096ebddea1f3 6787:7d8e0ba98f68
744 z_call(ZCancelSubscriptions(0)); 744 z_call(ZCancelSubscriptions(0));
745 z_call(ZUnsetLocation()); 745 z_call(ZUnsetLocation());
746 z_call(ZClosePort()); 746 z_call(ZClosePort());
747 } 747 }
748 748
749 static void zephyr_add_buddy(GaimConnection *gc, const char *buddy) { } 749 static void zephyr_add_buddy(GaimConnection *gc, const char *buddy, GaimGroup *group) { }
750 static void zephyr_remove_buddy(GaimConnection *gc, const char *buddy, const char *group) { } 750 static void zephyr_remove_buddy(GaimConnection *gc, const char *buddy, const char *group) { }
751 751
752 static int zephyr_chat_send(GaimConnection *gc, int id, const char *im) 752 static int zephyr_chat_send(GaimConnection *gc, int id, const char *im)
753 { 753 {
754 ZNotice_t notice; 754 ZNotice_t notice;

mercurial