diff options
author | Wilmer van der Gaast <wilmer@gaast.net> | 2011-04-18 16:14:08 +0200 |
---|---|---|
committer | Wilmer van der Gaast <wilmer@gaast.net> | 2011-04-18 16:14:08 +0200 |
commit | 6eca2eb9a06d0991fa0f431839e528177313566a (patch) | |
tree | 44960d1c0f417cd9c989428317b937d89f6686b7 /protocols/twitter/twitter.h | |
parent | 6cc36efa70ff179de1468c8cfe614152366fa27b (diff) |
Try to show better Twitter error messages. Sadly this doesn't always work
since Twitter can't seem to make up their mind on the formatting of their
error responses, sometimes using XML and sometimes plain text.
Diffstat (limited to 'protocols/twitter/twitter.h')
-rw-r--r-- | protocols/twitter/twitter.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/protocols/twitter/twitter.h b/protocols/twitter/twitter.h index 5bce97d4..a3b21a07 100644 --- a/protocols/twitter/twitter.h +++ b/protocols/twitter/twitter.h @@ -84,4 +84,7 @@ extern GSList *twitter_connections; void twitter_login_finish( struct im_connection *ic ); +struct http_request; +char *twitter_parse_error( struct http_request *req ); + #endif //_TWITTER_H |