comparison libpurple/protocols/yahoo/libymsg.h @ 28365:5f13e8a5c1a0

Explicitly define the enum values like Paul wanted. Refs #9814.
author John Bailey <rekkanoryo@rekkanoryo.org>
date Mon, 12 Oct 2009 05:03:50 +0000
parents 61856d0a2714
children 7b88cc6c3f7a
comparison
equal deleted inserted replaced
28364:61856d0a2714 28365:5f13e8a5c1a0
133 * If it doesn't exist, it is on Yahoo's netowrk. 133 * If it doesn't exist, it is on Yahoo's netowrk.
134 * It if does exist, send to another IM network. 134 * It if does exist, send to another IM network.
135 */ 135 */
136 136
137 typedef enum { 137 typedef enum {
138 YAHOO_FEDERATION_NONE, 138 YAHOO_FEDERATION_NONE = 0, /* No federation - Yahoo! network */
139 YAHOO_FEDERATION_OCS, /* LCS or OCS private networks */ 139 YAHOO_FEDERATION_OCS = 1, /* LCS or OCS private networks */
140 YAHOO_FEDERATION_MSN, /* MSN or Windows Live network */ 140 YAHOO_FEDERATION_MSN = 2, /* MSN or Windows Live network */
141 YAHOO_FEDERATION_IBM = 9 /* IBM/Sametime network */ 141 YAHOO_FEDERATION_IBM = 9 /* IBM/Sametime network */
142 } YahooFederation; 142 } YahooFederation;
143 143
144 144
145 struct yahoo_buddy_icon_upload_data { 145 struct yahoo_buddy_icon_upload_data {
146 PurpleConnection *gc; 146 PurpleConnection *gc;