diff libpurple/protocols/yahoo/libymsg.h @ 28025:908be3822215

Move from "struct yahoo_data" to "YahooData" to be consistent with other structs in the prpl. I'm sure someone is going to want to shoot me over this, but I'm tired of seeing "struct yahoo_data" everywhere in this prpl.
author John Bailey <rekkanoryo@rekkanoryo.org>
date Sun, 26 Jul 2009 17:25:18 +0000
parents faf80efd10a9
children c06114f3d58d
line wrap: on
line diff
--- a/libpurple/protocols/yahoo/libymsg.h	Sun Jul 26 17:17:03 2009 +0000
+++ b/libpurple/protocols/yahoo/libymsg.h	Sun Jul 26 17:25:18 2009 +0000
@@ -167,7 +167,7 @@
 	} phone;
 } YahooPersonalDetails;
 
-struct yahoo_data {
+typedef struct {
 	PurpleConnection *gc;
 	int fd;
 	guchar *rxqueue;
@@ -239,7 +239,7 @@
 	int yahoo_p2p_server_watcher;
 	GHashTable *sms_carrier;	/* sms carrier data */
 	guint yahoo_p2p_server_timeout_handle;
-};
+} YahooData;
 
 #define YAHOO_MAX_STATUS_MESSAGE_LENGTH (255)