diff util.h @ 331:b4c846870b3c

improved handling of RT string
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Tue, 13 Oct 2009 02:45:03 +0900
parents cc41ee1f5d3a
children 9f78fb6bfc76
line wrap: on
line diff
--- a/util.h	Mon Oct 12 21:51:13 2009 +0900
+++ b/util.h	Tue Oct 13 02:45:03 2009 +0900
@@ -5,7 +5,7 @@
 void strip_markup(gchar **str, gboolean escape);
 gchar *strip_html_markup(const gchar *src);
 gboolean ensure_path_exists(const char *dir);
-void twitter_add_links(gchar **str);
+gchar *twitter_make_link_string(gchar **str);
 
 gboolean is_twitter_conv(PurpleConversation *conv);
 gboolean is_wassr_account(PurpleAccount *account, const char *name);