Ignore:
Timestamp:
2012-03-12T22:36:35Z (12 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
fda194f
Parents:
57a65600
Message:

Merging report-spam patch for Twitter from Flexo. #923

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/twitter/twitter_lib.h

    r57a65600 rd18dee42  
    7676#define TWITTER_BLOCKS_DESTROY_URL "/blocks/destroy/"
    7777
     78/* Report spam */
     79#define TWITTER_REPORT_SPAM_URL "/report_spam.xml"
     80
    7881void twitter_get_timeline(struct im_connection *ic, gint64 next_cursor);
    7982void twitter_get_friends_ids(struct im_connection *ic, gint64 next_cursor);
     
    8790void twitter_status_destroy(struct im_connection *ic, guint64 id);
    8891void twitter_status_retweet(struct im_connection *ic, guint64 id);
     92void twitter_report_spam(struct im_connection *ic, char *screen_name);
    8993
    9094#endif //_TWITTER_LIB_H
Note: See TracChangeset for help on using the changeset viewer.