From 15e7fbffa13120762e1f35ad61ad78b0105023a5 Mon Sep 17 00:00:00 2001 From: Thomas Klausner Date: Sat, 16 Mar 2024 10:05:34 +0100 Subject: [PATCH] TODO: update --- TODO.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/TODO.md b/TODO.md index f89ff1fff..76b487884 100644 --- a/TODO.md +++ b/TODO.md @@ -60,7 +60,6 @@ const zip_uint8_t *zip_get_archive_prefix(struct zip *za, zip_uint64_t *lengthp) * `zipcmp`: add option for file content comparison * `zipcmp`: add more paranoid checks: * external attributes/opsys - * last_mod * version needed/made by * general purpose bit flags * add more consistency checks: @@ -84,7 +83,7 @@ const zip_uint8_t *zip_get_archive_prefix(struct zip *za, zip_uint64_t *lengthp) * use bool * use `ZIP_SOURCE_SUPPORTS_{READABLE,SEEKABLE,WRITABLE}` * use `zip_source_seek_compute_offset()` -* get rid of `zip_get_{compression,encryption}_implementation()` +* get rid of `zip_get_encryption_implementation()` * use `zip_*int*_t` internally * `zip_source_file()`: don't allow write if start/len specify a part of the file