comparison src/protocols/oscar/snac.c @ 3771:765769211688

[gaim-migrate @ 3910] More FT cleanups by Wil Mahan. Thanks, Wil. committer: Tailor Script <tailor@pidgin.im>
author Rob Flynn <gaim@robflynn.com>
date Sun, 20 Oct 2002 23:46:56 +0000
parents b32474e522fa
children 07283934dedd
comparison
equal deleted inserted replaced
3770:a72e303e6f5c 3771:765769211688
101 101
102 return cur; 102 return cur;
103 } 103 }
104 104
105 /* Free a SNAC, and call the appropriate destructor if necessary. 105 /* Free a SNAC, and call the appropriate destructor if necessary.
106 * XXX perhaps this should be inline? -- wtm
107 */ 106 */
108 faim_internal void aim_cleansnac(aim_session_t *sess, aim_snac_t *snac) 107 faim_internal faim_shortfunc void aim_cleansnac(aim_session_t *sess, aim_snac_t *snac)
109 { 108 {
110 aim_module_t *cur; 109 aim_module_t *cur;
111 110
112 if (snac->flags & AIM_SNACFLAGS_DESTRUCTOR) { 111 if (snac->flags & AIM_SNACFLAGS_DESTRUCTOR) {
113 struct aim_snac_destructor *d = snac->data; 112 struct aim_snac_destructor *d = snac->data;