aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/twitter/twitter_lib.h
diff options
context:
space:
mode:
authordequis <dx@dxzone.com.ar>2015-06-08 00:42:11 -0300
committerdequis <dx@dxzone.com.ar>2015-06-08 00:42:11 -0300
commit1201fcb6272cdba734594f9358ba2d08db1afec9 (patch)
treefafd01c3ca58fd33f4bb0ad0c1439931456748cf /protocols/twitter/twitter_lib.h
parent61e7e02096c7910addba32a9060a5e0cba68284b (diff)
twitter: show full url in the url command, with username
By asking the server for the username. Storing the username somewhere would have made sense, but this command isn't going to be used very often, so, whatever.
Diffstat (limited to 'protocols/twitter/twitter_lib.h')
-rw-r--r--protocols/twitter/twitter_lib.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/twitter/twitter_lib.h b/protocols/twitter/twitter_lib.h
index ee103100..002376b1 100644
--- a/protocols/twitter/twitter_lib.h
+++ b/protocols/twitter/twitter_lib.h
@@ -95,6 +95,7 @@ void twitter_status_destroy(struct im_connection *ic, guint64 id);
void twitter_status_retweet(struct im_connection *ic, guint64 id);
void twitter_report_spam(struct im_connection *ic, char *screen_name);
void twitter_favourite_tweet(struct im_connection *ic, guint64 id);
+void twitter_status_show_url(struct im_connection *ic, guint64 id);
#endif //_TWITTER_LIB_H