comparison plugins/yay/yay.c @ 1443:336fc98b7f90

[gaim-migrate @ 1453] ha! take that, foul knave committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Mon, 29 Jan 2001 02:53:40 +0000
parents 96e93119268d
children ff023d798372
comparison
equal deleted inserted replaced
1442:2f4e6269b001 1443:336fc98b7f90
517 517
518 my_protocol = ret; 518 my_protocol = ret;
519 } 519 }
520 520
521 char *gaim_plugin_init(GModule *handle) { 521 char *gaim_plugin_init(GModule *handle) {
522 load_protocol(Yahoo_init); 522 load_protocol(Yahoo_init, sizeof(struct prpl));
523 return NULL; 523 return NULL;
524 } 524 }
525 525
526 void gaim_plugin_remove() { 526 void gaim_plugin_remove() {
527 struct prpl *p = find_prpl(PROTO_YAHOO); 527 struct prpl *p = find_prpl(PROTO_YAHOO);