diff src/protocols/yahoo/yahoo.h @ 9220:f0488214826f

[gaim-migrate @ 10016] wing made yahoo profiles even better. They now include all the tooltip info, and also include a link to the profile, so you can open it in your browser with just a click. He also says: Note: I added _() to some "<b>%s:</b> %s" sort of strings, because otherwise the display would be very ugly. committer: Tailor Script <tailor@pidgin.im>
author Tim Ringenbach <marv@pidgin.im>
date Sun, 06 Jun 2004 18:01:32 +0000
parents 76125b842b23
children 8054855f2bb9
line wrap: on
line diff
--- a/src/protocols/yahoo/yahoo.h	Sun Jun 06 17:43:37 2004 +0000
+++ b/src/protocols/yahoo/yahoo.h	Sun Jun 06 18:01:32 2004 +0000
@@ -233,6 +233,9 @@
  */
 char *yahoo_string_decode(GaimConnection *gc, const char *str, gboolean utf8);
 
+/* previously-static functions, now needed for yahoo_profile.c */
+char *yahoo_tooltip_text(GaimBuddy *b);
+
 /* yahoo_profile.c */
 void yahoo_get_info(GaimConnection *gc, const char *name);