diff options
author | Geert Mulders <g.c.w.m.mulders@gmail.com> | 2010-03-25 22:31:27 +0100 |
---|---|---|
committer | Geert Mulders <g.c.w.m.mulders@gmail.com> | 2010-03-25 22:31:27 +0100 |
commit | 62d2cfb0b7b5e7f3eda9ca13b1877d3ad74fcd5e (patch) | |
tree | b23b05667c3626b2d7d5e2d44f03218311ab9280 /protocols/twitter/twitter.h | |
parent | b4dd25398db477b06452be195de14ca352008665 (diff) |
Added option to get tweeds either through groupchat or privmes.
Diffstat (limited to 'protocols/twitter/twitter.h')
-rw-r--r-- | protocols/twitter/twitter.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/protocols/twitter/twitter.h b/protocols/twitter/twitter.h index 5b032929..05a861bb 100644 --- a/protocols/twitter/twitter.h +++ b/protocols/twitter/twitter.h @@ -40,4 +40,11 @@ struct twitter_data struct groupchat *home_timeline_gc; }; +/** + * This has the same function as the msn_connections GSList. We use this to + * make sure the connection is still alive in callbacks before we do anything + * else. + */ +GSList *twitter_connections; + #endif //_TWITTER_H |