comparison src/protocols/yahoo/yay.c @ 2205:cff4fbe01c7b

[gaim-migrate @ 2215] eric@blue:~/gaim/app/src/protocols $ cat gtk for i in icq irc jabber msn napster oscar toc yahoo zephyr do echo -n $i: grep -i g\[td\]k $i/*.c | wc -l done eric@blue:~/gaim/app/src/protocols $ ./gtk icq: 13 irc: 0 jabber: 59 msn: 0 napster: 106 oscar: 13 toc: 25 yahoo: 15 zephyr: 2 committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Fri, 31 Aug 2001 20:36:11 +0000
parents bc53b057732f
children 3a6fd1e8f00a
comparison
equal deleted inserted replaced
2204:5014b802eb41 2205:cff4fbe01c7b
772 ret->add_deny = NULL; 772 ret->add_deny = NULL;
773 ret->rem_permit = NULL; 773 ret->rem_permit = NULL;
774 ret->rem_deny = NULL; 774 ret->rem_deny = NULL;
775 ret->set_permit_deny = NULL; 775 ret->set_permit_deny = NULL;
776 ret->warn = NULL; 776 ret->warn = NULL;
777 ret->accept_chat = NULL;
778 ret->join_chat = NULL;
779 ret->chat_invite = NULL;
780 ret->chat_leave = NULL;
781 ret->chat_whisper = NULL;
782 ret->chat_send = NULL;
783 ret->keepalive = yahoo_keepalive; 777 ret->keepalive = yahoo_keepalive;
784 778
785 my_protocol = ret; 779 my_protocol = ret;
786 780
787 yahoo_socket_notify = yahoo_notify; 781 yahoo_socket_notify = yahoo_notify;