comparison libpurple/protocols/yahoo/yahoo.h @ 22115:4ab154a14e55

Patch from Yusuke Odate, modified by me, to support retrieving the full name and nickname/alias from the address book for Yahoo! Japan. As usual, if it works thank Yusuke and if it's broken blame me. Fixes #3295.
author John Bailey <rekkanoryo@rekkanoryo.org>
date Tue, 15 Jan 2008 17:42:20 +0000
parents 02fc6697f38c
children 0a0fa9fd5feb
comparison
equal deleted inserted replaced
22114:1aeac7b2051f 22115:4ab154a14e55
216 * @param utf8 Did the server tell us it was supposed to be utf8? 216 * @param utf8 Did the server tell us it was supposed to be utf8?
217 * @return The decoded, utf-8 string, which must be g_free()'d. 217 * @return The decoded, utf-8 string, which must be g_free()'d.
218 */ 218 */
219 char *yahoo_string_decode(PurpleConnection *gc, const char *str, gboolean utf8); 219 char *yahoo_string_decode(PurpleConnection *gc, const char *str, gboolean utf8);
220 220
221 char *yahoo_convert_to_numeric(const char *str);
222
221 /* previously-static functions, now needed for yahoo_profile.c */ 223 /* previously-static functions, now needed for yahoo_profile.c */
222 void yahoo_tooltip_text(PurpleBuddy *b, PurpleNotifyUserInfo *user_info, gboolean full); 224 void yahoo_tooltip_text(PurpleBuddy *b, PurpleNotifyUserInfo *user_info, gboolean full);
223 225
224 /* yahoo_profile.c */ 226 /* yahoo_profile.c */
225 void yahoo_get_info(PurpleConnection *gc, const char *name); 227 void yahoo_get_info(PurpleConnection *gc, const char *name);