comparison src/protocols/oscar/service.c @ 5871:508adf90fbb9

[gaim-migrate @ 6303] ChipX86 pointed this out. He also pointed out: <ChipX86> they're backwards-compatible Good ol' Chip! committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Sat, 14 Jun 2003 21:34:31 +0000
parents ec963ca8c9ee
children da8939ad60b6
comparison
equal deleted inserted replaced
5870:44d381ad19a9 5871:508adf90fbb9
973 msg = aimbs_getstr(bs, aimbs_get16(bs)); /* the second length is just for the message */ 973 msg = aimbs_getstr(bs, aimbs_get16(bs)); /* the second length is just for the message */
974 ret = userfunc(sess, rx, msg); 974 ret = userfunc(sess, rx, msg);
975 free(msg); 975 free(msg);
976 break; 976 break;
977 } 977 }
978 }
978 return ret; 979 return ret;
979 }
980 } 980 }
981 981
982 static int snachandler(aim_session_t *sess, aim_module_t *mod, aim_frame_t *rx, aim_modsnac_t *snac, aim_bstream_t *bs) 982 static int snachandler(aim_session_t *sess, aim_module_t *mod, aim_frame_t *rx, aim_modsnac_t *snac, aim_bstream_t *bs)
983 { 983 {
984 984