comparison src/protocols/msn/msn.c @ 9953:d908907d9441

[gaim-migrate @ 10849] grim | patch -p0 && cvs commit committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Sun, 05 Sep 2004 06:29:51 +0000
parents 42cdec4f639b
children 2f153f8cdf81
comparison
equal deleted inserted replaced
9952:8fdf9706c45d 9953:d908907d9441
386 { 386 {
387 return "msn"; 387 return "msn";
388 } 388 }
389 389
390 static void 390 static void
391 msn_list_emblems(GaimBuddy *b, char **se, char **sw, 391 msn_list_emblems(GaimBuddy *b, const char **se, const char **sw,
392 char **nw, char **ne) 392 const char **nw, const char **ne)
393 { 393 {
394 MsnUser *user; 394 MsnUser *user;
395 char *emblems[4] = { NULL, NULL, NULL, NULL }; 395 const char *emblems[4] = { NULL, NULL, NULL, NULL };
396 int away_type = MSN_AWAY_TYPE(b->uc); 396 int away_type = MSN_AWAY_TYPE(b->uc);
397 int i = 0; 397 int i = 0;
398 398
399 user = b->proto_data; 399 user = b->proto_data;
400 400