comparison src/protocols/yahoo/yahoo.c @ 9972:2c7c6bdb938b

[gaim-migrate @ 10883] Some stuff committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Wed, 08 Sep 2004 02:47:13 +0000
parents f8e395a054e2
children 920f6a5bcb4a
comparison
equal deleted inserted replaced
9971:ab5db2c5da79 9972:2c7c6bdb938b
2505 static const char *yahoo_list_icon(GaimAccount *a, GaimBuddy *b) 2505 static const char *yahoo_list_icon(GaimAccount *a, GaimBuddy *b)
2506 { 2506 {
2507 return "yahoo"; 2507 return "yahoo";
2508 } 2508 }
2509 2509
2510 static void yahoo_list_emblems(GaimBuddy *b, char **se, char **sw, char **nw, char **ne) 2510 static void yahoo_list_emblems(GaimBuddy *b, const char **se, const char **sw, const char **nw, const char **ne)
2511 { 2511 {
2512 int i = 0; 2512 int i = 0;
2513 char *emblems[4] = {NULL,NULL,NULL,NULL}; 2513 char *emblems[4] = {NULL,NULL,NULL,NULL};
2514 GaimAccount *account; 2514 GaimAccount *account;
2515 GaimConnection *gc; 2515 GaimConnection *gc;