comparison libpurple/protocols/yahoo/yahoo_doodle.c @ 27694: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 4bfaf18fcb13
children 1cdae196aac8
comparison
equal deleted inserted replaced
27693:8bc9087b5ec2 27694:908be3822215
382 const char *message, 382 const char *message,
383 int command, 383 int command,
384 const char *imv, 384 const char *imv,
385 const char *sixtyfour) 385 const char *sixtyfour)
386 { 386 {
387 struct yahoo_data *yd; 387 YahooData *yd;
388 struct yahoo_packet *pkt; 388 struct yahoo_packet *pkt;
389 389
390 purple_debug_info("yahoo", "doodle: Sent %s (%s)\n", type, to); 390 purple_debug_info("yahoo", "doodle: Sent %s (%s)\n", type, to);
391 391
392 yd = gc->proto_data; 392 yd = gc->proto_data;