diff options
author | Geert Mulders <g.c.w.m.mulders@gmail.com> | 2010-04-06 19:25:51 +0200 |
---|---|---|
committer | Geert Mulders <g.c.w.m.mulders@gmail.com> | 2010-04-06 19:25:51 +0200 |
commit | 2abceca711403e8e3308213954b4477ceecd4282 (patch) | |
tree | b4b86d6e1b199afd3ac96d2c6c5c8d8211202c80 /protocols/twitter/twitter.h | |
parent | 62d2cfb0b7b5e7f3eda9ca13b1877d3ad74fcd5e (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.h | 1 |
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; }; |