Mercurial > pidgin
comparison libpurple/protocols/oscar/family_bart.c @ 30400:11c54d781835
Removed unused "flags" parameter.
author | ivan.komarov@soc.pidgin.im |
---|---|
date | Thu, 05 Aug 2010 22:57:01 +0000 |
parents | 6e1967b0f90b |
children | 069919a0896c |
comparison
equal
deleted
inserted
replaced
30399:3eb2dd8a1cc7 | 30400:11c54d781835 |
---|---|
54 /* The icon */ | 54 /* The icon */ |
55 byte_stream_put16(&bs, iconlen); | 55 byte_stream_put16(&bs, iconlen); |
56 byte_stream_putraw(&bs, icon, iconlen); | 56 byte_stream_putraw(&bs, icon, iconlen); |
57 | 57 |
58 snacid = aim_cachesnac(od, SNAC_FAMILY_BART, 0x0002, 0x0000, NULL, 0); | 58 snacid = aim_cachesnac(od, SNAC_FAMILY_BART, 0x0002, 0x0000, NULL, 0); |
59 flap_connection_send_snac(od, conn, SNAC_FAMILY_BART, 0x0002, 0x0000, snacid, &bs); | 59 flap_connection_send_snac(od, conn, SNAC_FAMILY_BART, 0x0002, snacid, &bs); |
60 | 60 |
61 byte_stream_destroy(&bs); | 61 byte_stream_destroy(&bs); |
62 | 62 |
63 return 0; | 63 return 0; |
64 } | 64 } |
119 /* Icon string */ | 119 /* Icon string */ |
120 byte_stream_put8(&bs, iconcsumlen); | 120 byte_stream_put8(&bs, iconcsumlen); |
121 byte_stream_putraw(&bs, iconcsum, iconcsumlen); | 121 byte_stream_putraw(&bs, iconcsum, iconcsumlen); |
122 | 122 |
123 snacid = aim_cachesnac(od, SNAC_FAMILY_BART, 0x0004, 0x0000, NULL, 0); | 123 snacid = aim_cachesnac(od, SNAC_FAMILY_BART, 0x0004, 0x0000, NULL, 0); |
124 flap_connection_send_snac(od, conn, SNAC_FAMILY_BART, 0x0004, 0x0000, snacid, &bs); | 124 flap_connection_send_snac(od, conn, SNAC_FAMILY_BART, 0x0004, snacid, &bs); |
125 | 125 |
126 byte_stream_destroy(&bs); | 126 byte_stream_destroy(&bs); |
127 | 127 |
128 return 0; | 128 return 0; |
129 } | 129 } |