X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=http.h;h=0bf8592dc45209c9be5b8ddac3a53f6fc11e29be;hb=5c951ef47bf2e34dbde58bda88d430937657d2aa;hp=19b7134fa5c7ff9b65565dcbddccae1354f024c7;hpb=2951df7a9afd1dc17bbca62af4bde340e1d9368f;p=git.git diff --git a/http.h b/http.h index 19b7134fa..0bf8592dc 100644 --- a/http.h +++ b/http.h @@ -172,7 +172,7 @@ struct http_object_request { unsigned char sha1[20]; unsigned char real_sha1[20]; git_SHA_CTX c; - z_stream stream; + git_zstream stream; int zret; int rename; struct active_request_slot *slot;