Changeset 12f500f for protocols/twitter
- Timestamp:
- 2013-02-21T13:16:26Z (12 years ago)
- Branches:
- master
- Children:
- 06eef80
- Parents:
- e4f5ca8 (diff), 9754c2f (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/twitter/twitter.c
re4f5ca8 r12f500f 468 468 } 469 469 return (0); 470 }471 472 /**473 *474 */475 static void twitter_set_my_name(struct im_connection *ic, char *info)476 {477 470 } 478 471 … … 734 727 ret->buddy_msg = twitter_buddy_msg; 735 728 ret->get_info = twitter_get_info; 736 ret->set_my_name = twitter_set_my_name;737 729 ret->add_buddy = twitter_add_buddy; 738 730 ret->remove_buddy = twitter_remove_buddy;
Note: See TracChangeset
for help on using the changeset viewer.