aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/twitter/twitter_lib.h
diff options
context:
space:
mode:
authorGeert Mulders <g.c.w.m.mulders@gmail.com>2010-05-29 14:40:17 +0200
committerGeert Mulders <g.c.w.m.mulders@gmail.com>2010-05-29 14:40:17 +0200
commit7d53efb7ec5310b2710757cef03d7f53c94a7797 (patch)
tree973e638fffabe19d8609e83f83257060f62bcefd /protocols/twitter/twitter_lib.h
parent999769119e85518cc46b3ed64cb8781695fefbdc (diff)
Added functionality to add and remove friendships.
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 e47bfd95..85ba70fc 100644
--- a/protocols/twitter/twitter_lib.h
+++ b/protocols/twitter/twitter_lib.h
@@ -81,6 +81,7 @@ void twitter_get_statuses_friends(struct im_connection *ic, int next_cursor);
void twitter_post_status(struct im_connection *ic, char *msg);
void twitter_direct_messages_new(struct im_connection *ic, char *who, char *message);
+void twitter_friendships_create_destroy(struct im_connection *ic, char *who, int create);
#endif //_TWITTER_LIB_H