comparison src/protocols/oscar/info.c @ 2672:c41030cfed76

[gaim-migrate @ 2685] Time has told me You're a rare, rare find A troubled cure For a troubled mind And time has told me Not to ask for more Someday our ocean Will find its shore committer: Tailor Script <tailor@pidgin.im>
author Adam Fritzler <mid@auk.cx>
date Mon, 05 Nov 2001 02:05:06 +0000
parents 44773c4b0f16
children 9fc65bb80596
comparison
equal deleted inserted replaced
2671:ffa58bbe595d 2672:c41030cfed76
625 625
626 faim_internal int locate_modfirst(aim_session_t *sess, aim_module_t *mod) 626 faim_internal int locate_modfirst(aim_session_t *sess, aim_module_t *mod)
627 { 627 {
628 628
629 mod->family = 0x0002; 629 mod->family = 0x0002;
630 mod->version = 0x0000; 630 mod->version = 0x0001;
631 mod->toolid = 0x0101;
632 mod->toolversion = 0x047b;
631 mod->flags = 0; 633 mod->flags = 0;
632 strncpy(mod->name, "locate", sizeof(mod->name)); 634 strncpy(mod->name, "locate", sizeof(mod->name));
633 mod->snachandler = snachandler; 635 mod->snachandler = snachandler;
634 636
635 return 0; 637 return 0;