comparison src/protocols/zephyr/zephyr.c @ 3466:7a3f16a375a5

[gaim-migrate @ 3516] some patches from some people. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Thu, 29 Aug 2002 01:47:15 +0000
parents 8fa61405af2b
children bdd0bebd2d04
comparison
equal deleted inserted replaced
3465:ec437d73b2ee 3466:7a3f16a375a5
730 z_call(ZCancelSubscriptions(0)); 730 z_call(ZCancelSubscriptions(0));
731 z_call(ZUnsetLocation()); 731 z_call(ZUnsetLocation());
732 z_call(ZClosePort()); 732 z_call(ZClosePort());
733 } 733 }
734 734
735 static void zephyr_add_buddy(struct gaim_connection *gc, char *buddy) { } 735 static void zephyr_add_buddy(struct gaim_connection *gc, const char *buddy) { }
736 static void zephyr_remove_buddy(struct gaim_connection *gc, char *buddy, char *group) { } 736 static void zephyr_remove_buddy(struct gaim_connection *gc, char *buddy, char *group) { }
737 737
738 static int zephyr_chat_send(struct gaim_connection *gc, int id, char *im) 738 static int zephyr_chat_send(struct gaim_connection *gc, int id, char *im)
739 { 739 {
740 ZNotice_t notice; 740 ZNotice_t notice;