comparison libpurple/protocols/yahoo/yahoo.h @ 27111:510f07e1f5c1

Strip trailing whitespace and comment #endif marcos that close #ifdef macros
author Mark Doliner <mark@kingant.net>
date Thu, 18 Jun 2009 19:08:24 +0000
parents 3fd5f2bccd68
children 01f1929d0936
comparison
equal deleted inserted replaced
27110:455e679ea0db 27111:510f07e1f5c1
51 #define YAHOOJP_PROFILE_URL "http://profiles.yahoo.co.jp/" 51 #define YAHOOJP_PROFILE_URL "http://profiles.yahoo.co.jp/"
52 #define YAHOOJP_MAIL_URL "http://mail.yahoo.co.jp/" 52 #define YAHOOJP_MAIL_URL "http://mail.yahoo.co.jp/"
53 #define YAHOOJP_XFER_HOST "filetransfer.msg.yahoo.co.jp" 53 #define YAHOOJP_XFER_HOST "filetransfer.msg.yahoo.co.jp"
54 #define YAHOOJP_WEBCAM_HOST "wc.yahoo.co.jp" 54 #define YAHOOJP_WEBCAM_HOST "wc.yahoo.co.jp"
55 /* not sure, must test: */ 55 /* not sure, must test: */
56 #define YAHOOJP_XFER_RELAY_HOST "relay.msg.yahoo.co.jp" 56 #define YAHOOJP_XFER_RELAY_HOST "relay.msg.yahoo.co.jp"
57 #define YAHOOJP_XFER_RELAY_PORT 80 57 #define YAHOOJP_XFER_RELAY_PORT 80
58 #define YAHOOJP_ROOMLIST_URL "http://insider.msg.yahoo.co.jp/ycontent/" 58 #define YAHOOJP_ROOMLIST_URL "http://insider.msg.yahoo.co.jp/ycontent/"
59 #define YAHOOJP_ROOMLIST_LOCALE "ja" 59 #define YAHOOJP_ROOMLIST_LOCALE "ja"
60 60
61 #define YAHOO_AUDIBLE_URL "http://us.dl1.yimg.com/download.yahoo.com/dl/aud" 61 #define YAHOO_AUDIBLE_URL "http://us.dl1.yimg.com/download.yahoo.com/dl/aud"
199 * for when we lookup people profile or photo information. 199 * for when we lookup people profile or photo information.
200 */ 200 */
201 GSList *url_datas; 201 GSList *url_datas;
202 GHashTable *xfer_peer_idstring_map;/* Hey, i dont know, but putting this HashTable next to friends gives a run time fault... */ 202 GHashTable *xfer_peer_idstring_map;/* Hey, i dont know, but putting this HashTable next to friends gives a run time fault... */
203 GSList *cookies;/* contains all cookies, including _y and _t */ 203 GSList *cookies;/* contains all cookies, including _y and _t */
204 204
205 /** 205 /**
206 * We may receive a list15 in multiple packets with no prior warning as to how many we'll be getting; 206 * We may receive a list15 in multiple packets with no prior warning as to how many we'll be getting;
207 * the server expects us to keep track of the group for which it is sending us contact names. 207 * the server expects us to keep track of the group for which it is sending us contact names.
208 */ 208 */
209 char *current_list15_grp; 209 char *current_list15_grp;