comparison libpurple/protocols/oscar/family_alert.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
comparison
equal deleted inserted replaced
30399:3eb2dd8a1cc7 30400:11c54d781835
71 byte_stream_put16(&bs, 0x0060); 71 byte_stream_put16(&bs, 0x0060);
72 byte_stream_put16(&bs, 0xb0ee); 72 byte_stream_put16(&bs, 0xb0ee);
73 byte_stream_put16(&bs, 0x0631); 73 byte_stream_put16(&bs, 0x0631);
74 74
75 snacid = aim_cachesnac(od, SNAC_FAMILY_ALERT, 0x0006, 0x0000, NULL, 0); 75 snacid = aim_cachesnac(od, SNAC_FAMILY_ALERT, 0x0006, 0x0000, NULL, 0);
76 flap_connection_send_snac(od, conn, SNAC_FAMILY_ALERT, 0x0006, 0x0000, snacid, &bs); 76 flap_connection_send_snac(od, conn, SNAC_FAMILY_ALERT, 0x0006, snacid, &bs);
77 77
78 byte_stream_destroy(&bs); 78 byte_stream_destroy(&bs);
79 79
80 return 0; 80 return 0;
81 } 81 }
187 byte_stream_put32(&bs, 0x04000000); 187 byte_stream_put32(&bs, 0x04000000);
188 byte_stream_put32(&bs, 0x04000000); 188 byte_stream_put32(&bs, 0x04000000);
189 byte_stream_put32(&bs, 0x00000000); 189 byte_stream_put32(&bs, 0x00000000);
190 190
191 snacid = aim_cachesnac(od, SNAC_FAMILY_ALERT, 0x0016, 0x0000, NULL, 0); 191 snacid = aim_cachesnac(od, SNAC_FAMILY_ALERT, 0x0016, 0x0000, NULL, 0);
192 flap_connection_send_snac(od, conn, SNAC_FAMILY_ALERT, 0x0006, 0x0000, snacid, &bs); 192 flap_connection_send_snac(od, conn, SNAC_FAMILY_ALERT, 0x0006, snacid, &bs);
193 193
194 byte_stream_destroy(&bs); 194 byte_stream_destroy(&bs);
195 195
196 return 0; 196 return 0;
197 } 197 }