diff options
author | Wilmer van der Gaast <wilmer@gaast.net> | 2012-09-15 17:24:52 +0100 |
---|---|---|
committer | Wilmer van der Gaast <wilmer@gaast.net> | 2012-09-15 17:24:52 +0100 |
commit | b61c74c0e0941577b551cf54d8965893090ca282 (patch) | |
tree | 096d21c2b75370ffa4e5a5af503c5191d1cd338c /protocols/twitter/twitter_lib.h | |
parent | b3d99e347e66e1559b86e7d3bf78ed8b087ec947 (diff) |
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.. :-/
Diffstat (limited to 'protocols/twitter/twitter_lib.h')
-rw-r--r-- | protocols/twitter/twitter_lib.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 |