diff --git a/doc/README.md b/doc/README.md index e99248b..76c123c 100644 --- a/doc/README.md +++ b/doc/README.md @@ -13,6 +13,7 @@ |Prefix|Description| |-|-| |[MZ_COMPRESS_LEVEL](mz_compress_level.md)|Compression level enumeration| +|[MZ_COMPRESS_METHOD](mz_compress_method.md)|Compression method enumeration| |[MZ_ENCODING](mz_encoding.md)|Character encoding enumeration| |[MZ_ERROR](mz_error.md)|Error constants| |[MZ_HASH](mz_hash.md)|Hash algorithms and digest sizes @@ -30,6 +31,12 @@ |[MZ_ZIP](mz_zip.md)|Zip archive and entry interface | |[MZ_ZIP_RW](mz_zip_rw.md)|Easy zip file extraction and creation| +### Structures + +|Name|Description| +|-|-| +|[MZ_ZIP_FILE](mz_zip_file.md)|Zip entry information| + ### Extrafield Proposals The zip reader and writer interface provides support for extended hash algorithms for zip entries, compression of the central directory, and the adding and verifying of CMS signatures for each entry. In order to add support for these features, extrafields were added and are described in the [minizip extrafield documentation](mz_extrafield.md).