From 1201fcb6272cdba734594f9358ba2d08db1afec9 Mon Sep 17 00:00:00 2001 From: dequis Date: Mon, 8 Jun 2015 00:42:11 -0300 Subject: 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. --- protocols/twitter/twitter_lib.h | 1 + 1 file changed, 1 insertion(+) (limited to 'protocols/twitter/twitter_lib.h') 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 -- cgit v1.2.3