aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/twitter/twitter.h
diff options
context:
space:
mode:
authorGeert Mulders <g.c.w.m.mulders@gmail.com>2010-04-06 19:25:51 +0200
committerGeert Mulders <g.c.w.m.mulders@gmail.com>2010-04-06 19:25:51 +0200
commit2abceca711403e8e3308213954b4477ceecd4282 (patch)
treeb4b86d6e1b199afd3ac96d2c6c5c8d8211202c80 /protocols/twitter/twitter.h
parent62d2cfb0b7b5e7f3eda9ca13b1877d3ad74fcd5e (diff)
Updates made as a result to the comments on the review.
Diffstat (limited to 'protocols/twitter/twitter.h')
-rw-r--r--protocols/twitter/twitter.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/twitter/twitter.h b/protocols/twitter/twitter.h
index 05a861bb..e13deddb 100644
--- a/protocols/twitter/twitter.h
+++ b/protocols/twitter/twitter.h
@@ -37,6 +37,7 @@ struct twitter_data
char* user;
char* pass;
guint64 home_timeline_id;
+ gint main_loop_id;
struct groupchat *home_timeline_gc;
};