diff options
author | Wilmer van der Gaast <wilmer@gaast.net> | 2010-05-23 13:50:51 +0100 |
---|---|---|
committer | Wilmer van der Gaast <wilmer@gaast.net> | 2010-05-23 13:50:51 +0100 |
commit | bb5ce4d1ad2aa6cbcf1042ccf87cf280d9645d4c (patch) | |
tree | 9378487dfb392c9ff0dc3291782e2b000a54accf /protocols/twitter/twitter.h | |
parent | f9110b483d89b6dbc15d980f8b431863e8a872f3 (diff) |
Added base_url settting to Twitter module so other services using the
Twitter API can be used. Only with Basic authentication though.
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; }; /** |