comparison plugins/yay/yay.c @ 1302:4c5c2fcb83cd

[gaim-migrate @ 1312] libfaim stuff committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Tue, 19 Dec 2000 03:08:06 +0000
parents 59f08eb64017
children 3c7ccd2fd4b0
comparison
equal deleted inserted replaced
1301:e973ef7a8a87 1302:4c5c2fcb83cd
399 /* the NULL's aren't required but they're nice to have */ 399 /* the NULL's aren't required but they're nice to have */
400 ret->protocol = PROTO_YAHOO; 400 ret->protocol = PROTO_YAHOO;
401 ret->name = yahoo_name; 401 ret->name = yahoo_name;
402 ret->list_icon = yahoo_list_icon; 402 ret->list_icon = yahoo_list_icon;
403 ret->action_menu = yahoo_action_menu; 403 ret->action_menu = yahoo_action_menu;
404 ret->user_opts = NULL;
404 ret->login = yahoo_login; 405 ret->login = yahoo_login;
405 ret->close = yahoo_close; 406 ret->close = yahoo_close;
406 ret->send_im = yahoo_send_im; 407 ret->send_im = yahoo_send_im;
407 ret->set_info = NULL; 408 ret->set_info = NULL;
408 ret->get_info = NULL; 409 ret->get_info = NULL;