- Timestamp:
- 2010-10-16T05:17:46Z (14 years ago)
- Branches:
- master
- Children:
- 3fc6c32
- Parents:
- d150a9d
- Location:
- protocols/twitter
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/twitter/twitter.c
rd150a9d r9c9a29c 38 38 } while( 0 ); 39 39 40 GSList *twitter_connections = NULL; 40 41 41 42 /** … … 564 565 ret->name = "identica"; 565 566 register_protocol(ret); 566 567 // Initialise the twitter_connections GSList. 568 twitter_connections = NULL; 569 } 567 } -
protocols/twitter/twitter.h
rd150a9d r9c9a29c 69 69 * else. 70 70 */ 71 GSList *twitter_connections;71 extern GSList *twitter_connections; 72 72 73 73 void twitter_login_finish( struct im_connection *ic );
Note: See TracChangeset
for help on using the changeset viewer.