zlib: wrap inflateInit2 used to accept only for gzip format
[gitweb.git] / cache.h
diff --git a/cache.h b/cache.h
index ce73e1f09d7fc4f4196e32c2cfdd16e343ad9653..50f09d05d4596ec62179444c0b8165254ebee5c5 100644 (file)
--- a/cache.h
+++ b/cache.h
@@ -21,6 +21,7 @@
 #endif
 
 void git_inflate_init(z_streamp strm);
+void git_inflate_init_gzip_only(z_streamp strm);
 void git_inflate_end(z_streamp strm);
 int git_inflate(z_streamp strm, int flush);