comparison src/protocols/oscar/locate.c @ 7253:0ed4d53c46f9

[gaim-migrate @ 7830] I am slicing and dicing my way through culinary college. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Tue, 14 Oct 2003 03:02:05 +0000
parents 03f22e564311
children 22b5b81ca7e0
comparison
equal deleted inserted replaced
7252:1a808d72caff 7253:0ed4d53c46f9
27 fu8_t data[16]; 27 fu8_t data[16];
28 } aim_caps[] = { 28 } aim_caps[] = {
29 29
30 /* 30 /*
31 * These are in ascending numerical order. 31 * These are in ascending numerical order.
32 */
33
34 /*
35 * Perhaps better called AIM_CAPS_SHORTCAPS
32 */ 36 */
33 {AIM_CAPS_ICHAT, 37 {AIM_CAPS_ICHAT,
34 {0x09, 0x46, 0x00, 0x00, 0x4c, 0x7f, 0x11, 0xd1, 38 {0x09, 0x46, 0x00, 0x00, 0x4c, 0x7f, 0x11, 0xd1,
35 0x82, 0x22, 0x44, 0x45, 0x53, 0x54, 0x00, 0x00}}, 39 0x82, 0x22, 0x44, 0x45, 0x53, 0x54, 0x00, 0x00}},
36 40