From b61c74c0e0941577b551cf54d8965893090ca282 Mon Sep 17 00:00:00 2001 From: Wilmer van der Gaast Date: Sat, 15 Sep 2012 17:24:52 +0100 Subject: Merge Twitter favourite command from Flexo/#983. Leaving out the unfavourite command for reasons given there. At this point there are loads of command and stuff is getting a little messy maybe.. :-/ --- 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 09b91e5b..2404e4eb 100644 --- a/protocols/twitter/twitter_lib.h +++ b/protocols/twitter/twitter_lib.h @@ -90,6 +90,7 @@ void twitter_friendships_create_destroy(struct im_connection *ic, char *who, int 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); #endif //_TWITTER_LIB_H -- cgit v1.2.3