aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/http_client.h
diff options
context:
space:
mode:
authorWilmer van der Gaast <wilmer@gaast.net>2006-05-29 01:13:47 +0200
committerWilmer van der Gaast <wilmer@gaast.net>2006-05-29 01:13:47 +0200
commit4ff09664d2570be8358a3bde62123cc8e0a17c9e (patch)
treea5cfc2f235f9a46f737b261186e7926aca202ebe /protocols/http_client.h
parentcdca30b360c09399f1e5a2556d83ec997006cd75 (diff)
parent79b6213c1fa2ffaa102365515551e9f0ea9fdc1a (diff)
Merging from main/jelmer.
Diffstat (limited to 'protocols/http_client.h')
-rw-r--r--protocols/http_client.h1
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;