diff libpurple/protocols/oscar/oscar.h @ 29440:1fb503adb2ae

Move the mood UI for ICQ into Pidgin. It still uses the new request API stuff, which needs to be replaced. Then it needs to replace the XMPP UI.
author Richard Laager <rlaager@wiktel.com>
date Mon, 17 Nov 2008 07:30:43 +0000
parents 11cb7f2bb6e8
children 5391094529c6
line wrap: on
line diff
--- a/libpurple/protocols/oscar/oscar.h	Mon Nov 17 04:18:05 2008 +0000
+++ b/libpurple/protocols/oscar/oscar.h	Mon Nov 17 07:30:43 2008 +0000
@@ -1108,12 +1108,9 @@
 #if 0
 int aim_putuserinfo(ByteStream *bs, aim_userinfo_t *info);
 #endif
-#if 1
-size_t aim_get_custom_icons_count(void); //rlaager
-char* aim_get_custom_icon_mood(gint32 no);// rlaager
-char* aim_get_custom_icon_descriptivename(gint32 no); // rlaager
-#endif
-guint8* aim_get_custom_icon_data(const char *mood);
+PurpleMood* icq_get_purple_moods(PurpleAccount *account);
+const char* icq_get_custom_icon_description(const char *mood);
+guint8* icq_get_custom_icon_data(const char *mood);
 int icq_im_xstatus_request(OscarData *od, const char *sn);
 
 /* 0x0003 - family_buddy.c */