libpurple/protocols/yahoo/yahoo_packet.h

changeset 22832
a0a5f754cc95
parent 22219
57e82a496ad5
child 23671
12105746a075
child 24334
63714c02b0fd
equal deleted inserted replaced
22831:beafb2dfcb8e 22832:a0a5f754cc95
121 GSList *hash; 121 GSList *hash;
122 }; 122 };
123 123
124 #define YAHOO_WEBMESSENGER_PROTO_VER 0x0065 124 #define YAHOO_WEBMESSENGER_PROTO_VER 0x0065
125 #define YAHOO_PROTO_VER 0x000f 125 #define YAHOO_PROTO_VER 0x000f
126 #define YAHOO_PROTO_VER_JAPAN 0x000c 126 #define YAHOO_PROTO_VER_JAPAN 0x000f
127 127
128 #define YAHOO_PACKET_HDRLEN (4 + 2 + 2 + 2 + 2 + 4 + 4) 128 #define YAHOO_PACKET_HDRLEN (4 + 2 + 2 + 2 + 2 + 4 + 4)
129 129
130 struct yahoo_packet *yahoo_packet_new(enum yahoo_service service, 130 struct yahoo_packet *yahoo_packet_new(enum yahoo_service service,
131 enum yahoo_status status, int id); 131 enum yahoo_status status, int id);

mercurial