comparison src/protocols/yahoo/yahoo.h @ 9278:2401a9ef74a0

[gaim-migrate @ 10081] Some reorganization. Renamed struct yahoo_friend to YahooFriend. Gave it its own file, which only has two functions. Either I've lost it or I intend to add to it. You decide. committer: Tailor Script <tailor@pidgin.im>
author Tim Ringenbach <marv@pidgin.im>
date Mon, 14 Jun 2004 04:51:14 +0000
parents 185fbd8b5998
children 750d9b56a465
comparison
equal deleted inserted replaced
9277:185fbd8b5998 9278:2401a9ef74a0
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