diff options
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; | 
