]> git.ipfire.org Git - thirdparty/git.git/blobdiff - streaming.c
(short) documentation for the testgit remote helper
[thirdparty/git.git] / streaming.c
index d8c16d28f6c5ee56fcdc03f2db1b4f0630df3c5d..71072e1b1da670cdb4b048a3a6e83a4ae806bf5f 100644 (file)
@@ -66,7 +66,7 @@ struct filtered_istream {
 struct git_istream {
        const struct stream_vtbl *vtbl;
        unsigned long size; /* inflated size of full object */
-       z_stream z;
+       git_zstream z;
        enum { z_unused, z_used, z_done, z_error } z_state;
 
        union {