comparison src/protocols/yahoo/yahoo.h @ 9161:c3fa2ad099a2

[gaim-migrate @ 9946] wing added support for yahoo profiles in, well pretty much every language. Looks pretty impressive to me. Someone may want to double check his src/util.c changes. I think we have some crazy patch writers who know those functions better than me. This also introduces a couple of warning because wing didn't add his new util.c function to util.h. Rather than adding it myself, I'm going to bug him to add it and document it. committer: Tailor Script <tailor@pidgin.im>
author Tim Ringenbach <marv@pidgin.im>
date Wed, 02 Jun 2004 00:44:51 +0000
parents c6d32e1c0120
children 76125b842b23
comparison
equal deleted inserted replaced
9160:dabfa4184db8 9161:c3fa2ad099a2
223 * @param utf8 Did the server tell us it was supposed to be utf8? 223 * @param utf8 Did the server tell us it was supposed to be utf8?
224 * @return The decoded, utf-8 string, which must be g_free()'d. 224 * @return The decoded, utf-8 string, which must be g_free()'d.
225 */ 225 */
226 char *yahoo_string_decode(GaimConnection *gc, const char *str, gboolean utf8); 226 char *yahoo_string_decode(GaimConnection *gc, const char *str, gboolean utf8);
227 227
228 /* yahoo_profile.c */
229 void yahoo_get_info(GaimConnection *gc, const char *name);
230
228 #endif /* _YAHOO_H_ */ 231 #endif /* _YAHOO_H_ */