diff options
| author | Wilmer van der Gaast <wilmer@gaast.net> | 2006-05-26 20:32:50 +0200 | 
|---|---|---|
| committer | Wilmer van der Gaast <wilmer@gaast.net> | 2006-05-26 20:32:50 +0200 | 
| commit | 7deb4471891059edf6000ffc7502a2a7bdc70e78 (patch) | |
| tree | bc97e24ccebadc60a5011edb84a73b11330238d1 /protocols/http_client.h | |
| parent | 60487448f3d0f3f7bb4710716e0ee257ee2edf16 (diff) | |
Added status_string variable to http_client.
Diffstat (limited to 'protocols/http_client.h')
| -rw-r--r-- | protocols/http_client.h | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/protocols/http_client.h b/protocols/http_client.h index 860cdd86..50ee80cf 100644 --- a/protocols/http_client.h +++ b/protocols/http_client.h @@ -36,6 +36,7 @@ struct http_request  	char *request;  	int request_length;  	int status_code; +	char *status_string;  	char *reply_headers;  	char *reply_body;  	int body_size; | 
