diff options
author | Robert Pösel <robyer@seznam.cz> | 2013-09-29 15:34:03 +0000 |
---|---|---|
committer | Robert Pösel <robyer@seznam.cz> | 2013-09-29 15:34:03 +0000 |
commit | e010af0624dd701a4e8c52c1a5bcea92f5482f0f (patch) | |
tree | c70029a98b778765bb317b825555ba2ff7690221 /protocols/FacebookRM/src/http.h | |
parent | d09782a435ae4a9229b853e53e603d4c621df3a3 (diff) |
Facebook: validate_reseponse now notify all facebook errors
git-svn-id: http://svn.miranda-ng.org/main/trunk@6271 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/FacebookRM/src/http.h')
-rw-r--r-- | protocols/FacebookRM/src/http.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/FacebookRM/src/http.h b/protocols/FacebookRM/src/http.h index 23938cfb18..69dc4dc9c7 100644 --- a/protocols/FacebookRM/src/http.h +++ b/protocols/FacebookRM/src/http.h @@ -96,6 +96,7 @@ namespace http int code;
unsigned int error_number;
std::string error_text;
+ std::string error_title;
std::map< std::string, std::string > headers;
std::string data;
};
|