Ignore:
Timestamp:
2010-08-07T19:39:01Z (14 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
203a2d2
Parents:
daae10f
Message:

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)).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/twitter/twitter_lib.h

    rdaae10f r7b87539  
    8484void twitter_direct_messages_new(struct im_connection *ic, char *who, char *message);
    8585void twitter_friendships_create_destroy(struct im_connection *ic, char *who, int create);
     86void twitter_status_destroy(struct im_connection *ic, guint64 id);
    8687
    8788#endif //_TWITTER_LIB_H
Note: See TracChangeset for help on using the changeset viewer.