aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/twitter/twitter_lib.h
diff options
context:
space:
mode:
authorWilmer van der Gaast <wilmer@gaast.net>2012-09-15 17:24:52 +0100
committerWilmer van der Gaast <wilmer@gaast.net>2012-09-15 17:24:52 +0100
commitb61c74c0e0941577b551cf54d8965893090ca282 (patch)
tree096d21c2b75370ffa4e5a5af503c5191d1cd338c /protocols/twitter/twitter_lib.h
parentb3d99e347e66e1559b86e7d3bf78ed8b087ec947 (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.h1
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