X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=http.h;h=0bf8592dc45209c9be5b8ddac3a53f6fc11e29be;hb=fb630e048c6efabe4d46b1b125fe7348062d38e6;hp=19b7134fa5c7ff9b65565dcbddccae1354f024c7;hpb=2765233c64c35eb43a8b46c377fb8b464469221f;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;