summaryrefslogtreecommitdiffstats
path: root/gzio.c
diff options
context:
space:
mode:
Diffstat (limited to 'gzio.c')
-rw-r--r--gzio.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/gzio.c b/gzio.c
index 4f7430b1..23a924f1 100644
--- a/gzio.c
+++ b/gzio.c
@@ -443,7 +443,8 @@ static struct strm_ops gzio_ops_rd =
gzio_stream_print,
gzio_stream_destroy,
gzio_stream_mark,
- cobj_eq_hash_op),
+ cobj_eq_hash_op,
+ 0),
wli("gzip-input-stream"),
0,
0,
@@ -471,7 +472,8 @@ static struct strm_ops gzio_ops_wr =
gzio_stream_print,
gzio_stream_destroy,
gzio_stream_mark,
- cobj_eq_hash_op),
+ cobj_eq_hash_op,
+ 0),
wli("gzip-output-stream"),
gzio_put_string,
gzio_put_char,