| 158 guint32 status; |
158 guint32 status; |
| 159 guint32 id; |
159 guint32 id; |
| 160 GSList *hash; |
160 GSList *hash; |
| 161 }; |
161 }; |
| 162 |
162 |
| 163 struct yahoo_friend { /* we'll call them friends, so we don't confuse them with GaimBuddy */ |
|
| 164 enum yahoo_status status; |
|
| 165 char *msg; |
|
| 166 char *game; |
|
| 167 int idle; |
|
| 168 int away; |
|
| 169 gboolean sms; |
|
| 170 char *ip; |
|
| 171 guint bicon_checksum; |
|
| 172 gboolean bicon_have; |
|
| 173 }; |
|
| 174 |
163 |
| 175 #define YAHOO_MAX_STATUS_MESSAGE_LENGTH (48) |
164 #define YAHOO_MAX_STATUS_MESSAGE_LENGTH (48) |
| 176 |
165 |
| 177 #ifdef YAHOO_WEBMESSENGER |
166 #ifdef YAHOO_WEBMESSENGER |
| 178 #define YAHOO_PROTO_VER 0x0065 |
167 #define YAHOO_PROTO_VER 0x0065 |