aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/twitter/twitter.h
diff options
context:
space:
mode:
authorSven Moritz Hallberg <pesco@khjk.org>2010-07-11 19:21:21 +0200
committerSven Moritz Hallberg <pesco@khjk.org>2010-07-11 19:21:21 +0200
commiteb6df6a280c458546ebc57126e63a828674b4cd8 (patch)
treeb8eead746fe97b7fb4bcf9a518c452ad87caed65 /protocols/twitter/twitter.h
parent37598495deeb42e1cd216a0a4ba8068e4a6da453 (diff)
parent00540d40be63b4db537a661d1a17c49a1790f79c (diff)
merge with upstraem bitlbee 1.2.8
Diffstat (limited to 'protocols/twitter/twitter.h')
-rw-r--r--protocols/twitter/twitter.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/protocols/twitter/twitter.h b/protocols/twitter/twitter.h
index 614919f9..e61d32be 100644
--- a/protocols/twitter/twitter.h
+++ b/protocols/twitter/twitter.h
@@ -32,6 +32,11 @@
#define debug( text... )
#endif
+typedef enum
+{
+ TWITTER_HAVE_FRIENDS = 1,
+} twitter_flags_t;
+
struct twitter_data
{
char* user;
@@ -41,6 +46,7 @@ struct twitter_data
gint main_loop_id;
struct groupchat *home_timeline_gc;
gint http_fails;
+ twitter_flags_t flags;
gboolean url_ssl;
int url_port;
@@ -55,4 +61,6 @@ struct twitter_data
*/
GSList *twitter_connections;
+void twitter_login_finish( struct im_connection *ic );
+
#endif //_TWITTER_H