diff libpurple/protocols/oscar/oscarcommon.h @ 15462:0b6f337a46d5

Emblems in the blist
author Sean Egan <seanegan@gmail.com>
date Tue, 30 Jan 2007 06:53:23 +0000
parents 5fe8042783c1
children 71af5b6209d5
line wrap: on
line diff
--- a/libpurple/protocols/oscar/oscarcommon.h	Tue Jan 30 05:27:44 2007 +0000
+++ b/libpurple/protocols/oscar/oscarcommon.h	Tue Jan 30 06:53:23 2007 +0000
@@ -47,7 +47,7 @@
 #endif
 const char *oscar_list_icon_icq(GaimAccount *a, GaimBuddy *b);
 const char *oscar_list_icon_aim(GaimAccount *a, GaimBuddy *b);
-void oscar_list_emblems(GaimBuddy *b, const char **se, const char **sw, const char **nw, const char **ne);
+const char* oscar_list_emblem(GaimBuddy *b);
 char *oscar_status_text(GaimBuddy *b);
 void oscar_tooltip_text(GaimBuddy *b, GaimNotifyUserInfo *user_info, gboolean full);
 GList *oscar_status_types(GaimAccount *account);