diff options
| author | Sven Moritz Hallberg <pesco@khjk.org> | 2010-06-04 00:08:23 +0200 |
|---|---|---|
| committer | Sven Moritz Hallberg <pesco@khjk.org> | 2010-06-04 00:08:23 +0200 |
| commit | 37598495deeb42e1cd216a0a4ba8068e4a6da453 (patch) | |
| tree | 6db6cc0d184dbd1daa4c9c6f153d809d512d3bfe /protocols/twitter/twitter.h | |
| parent | 1dd34701541fb8142402f593dc256ff9b54121bb (diff) | |
| parent | 3dc6d86076dbea16c313bb87aa2f37166f289a8e (diff) | |
merge in bitlbee head
Diffstat (limited to 'protocols/twitter/twitter.h')
| -rw-r--r-- | protocols/twitter/twitter.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/protocols/twitter/twitter.h b/protocols/twitter/twitter.h index 24f61e42..614919f9 100644 --- a/protocols/twitter/twitter.h +++ b/protocols/twitter/twitter.h @@ -41,6 +41,11 @@ struct twitter_data gint main_loop_id; struct groupchat *home_timeline_gc; gint http_fails; + + gboolean url_ssl; + int url_port; + char *url_host; + char *url_path; }; /** |
