| 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; |