diff options
Diffstat (limited to 'examples/README.examples')
-rw-r--r-- | examples/README.examples | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/README.examples b/examples/README.examples index 56a3171..42d9414 100644 --- a/examples/README.examples +++ b/examples/README.examples | |||
@@ -34,6 +34,10 @@ gzlog.h | |||
34 | and deflateSetDictionary() | 34 | and deflateSetDictionary() |
35 | - illustrates use of a gzip header extra field | 35 | - illustrates use of a gzip header extra field |
36 | 36 | ||
37 | gznorm.c | ||
38 | normalize a gzip file by combining members into a single member | ||
39 | - demonstrates how to concatenate deflate streams using Z_BLOCK | ||
40 | |||
37 | zlib_how.html | 41 | zlib_how.html |
38 | painfully comprehensive description of zpipe.c (see below) | 42 | painfully comprehensive description of zpipe.c (see below) |
39 | - describes in excruciating detail the use of deflate() and inflate() | 43 | - describes in excruciating detail the use of deflate() and inflate() |