comparison src/protocols/oscar/family_invite.c @ 13239:f260d319bbbc

[gaim-migrate @ 15605] Renaming a bunch of structs and typedefs to use the same naming scheme as the rest of Gaim committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sun, 12 Feb 2006 16:02:05 +0000
parents f2431a7e33aa
children 6519aeb66b31
comparison
equal deleted inserted replaced
13238:1e855032d7bc 13239:f260d319bbbc
36 * 36 *
37 */ 37 */
38 38
39 #include "oscar.h" 39 #include "oscar.h"
40 40
41 faim_internal int invite_modfirst(aim_session_t *sess, aim_module_t *mod) 41 faim_internal int invite_modfirst(OscarSession *sess, aim_module_t *mod)
42 { 42 {
43 43
44 mod->family = 0x0006; 44 mod->family = 0x0006;
45 mod->version = 0x0001; 45 mod->version = 0x0001;
46 mod->toolid = 0x0110; 46 mod->toolid = 0x0110;