diff util.h @ 330:cc41ee1f5d3a

implemented reply, favorite, retweet functionalities. these are quite raw, be careful!
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Mon, 12 Oct 2009 21:51:13 +0900
parents 9fb8f597adf3
children b4c846870b3c
line wrap: on
line diff
--- a/util.h	Mon Oct 12 01:45:36 2009 +0900
+++ b/util.h	Mon Oct 12 21:51:13 2009 +0900
@@ -5,6 +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);
 
 gboolean is_twitter_conv(PurpleConversation *conv);
 gboolean is_wassr_account(PurpleAccount *account, const char *name);