diff options
author | Wilmer van der Gaast <wilmer@gaast.net> | 2010-08-07 20:39:01 +0100 |
---|---|---|
committer | Wilmer van der Gaast <wilmer@gaast.net> | 2010-08-07 20:39:01 +0100 |
commit | 7b87539aedd967884d4e4eed75d1052a233720eb (patch) | |
tree | 404b5801b795c6a0c416f4fce43b1cda51444c9a /protocols/twitter/twitter.h | |
parent | daae10fbfe16bac26f74af91faf253d377f1b166 (diff) |
Add commands to the Twitter module, starting with undo (which deletes
either your most recent tweet, or a specific id (pass it as an argument)).
Diffstat (limited to 'protocols/twitter/twitter.h')
-rw-r--r-- | protocols/twitter/twitter.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/twitter/twitter.h b/protocols/twitter/twitter.h index b7e41fc5..9485520f 100644 --- a/protocols/twitter/twitter.h +++ b/protocols/twitter/twitter.h @@ -43,6 +43,7 @@ struct twitter_data char* pass; struct oauth_info *oauth_info; guint64 home_timeline_id; + guint64 last_status_id; /* For undo */ gint main_loop_id; struct groupchat *home_timeline_gc; gint http_fails; |