From 1ae2a39d1d62d5b3112ce399c75373b34d6f4908 Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Fri, 24 Apr 2009 08:45:03 +0200 Subject: [PATCH] Registered stream types "gzip" and "pizg" --- libisofs/libisofs.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/libisofs/libisofs.h b/libisofs/libisofs.h index 58e7da1..6229916 100644 --- a/libisofs/libisofs.h +++ b/libisofs/libisofs.h @@ -772,7 +772,7 @@ struct IsoStream_Iface * Version 1 (since 0.6.8) * update_size() added. * Version 2 (since 0.6.18) - * get_input_stream() added. A filter stream should have version 2. + * get_input_stream() added. A filter stream must have version 2. */ int version; @@ -784,6 +784,8 @@ struct IsoStream_Iface * "extf" -> External filter program * "ziso" -> zisofs compression * "osiz" -> zisofs uncompression + * "gzip" -> gzip compression + * "pizg" -> gzip uncompression (gunzip) * "user" -> User supplied stream */ char type[4];