diff options
author | Marius Halden <marius.h@lden.org> | 2016-05-29 20:01:43 +0200 |
---|---|---|
committer | Marius Halden <marius.h@lden.org> | 2016-05-29 20:01:43 +0200 |
commit | 4fb18bfbe442001849fc36ba496132a47c766730 (patch) | |
tree | efd3f445445197e64606824029be6b318c079550 /protocols/twitter/twitter_lib.h | |
parent | 3448d86a3f329ec4d625bd72e64a96061e71e675 (diff) |
Add 'quote' command for twitter
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 6833d23d..d3b6ae9e 100644 --- a/protocols/twitter/twitter_lib.h +++ b/protocols/twitter/twitter_lib.h @@ -105,6 +105,7 @@ 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); +void twitter_status_quote_post(struct im_connection *ic, guint64 id, char *message); #endif //_TWITTER_LIB_H |