Remove comment related stuff. --HG-- branch : HEAD
diff --git a/TODO b/TODO index c318ad2..1efa169 100644 --- a/TODO +++ b/TODO
@@ -5,7 +5,6 @@ * add functions to: . set compression method for new/changed entry . set last modification time for entry - . read/set comment for file/archive . read/set EAs . parse/create some EAs? . read/set ASCII file flag @@ -13,13 +12,10 @@ zip_{add,replace} was successful. * do not compress if storing is smaller ------------------------------------------------ API ideas -int zip_set_archive_comment(struct zip *archive, const char *data, int len); -int zip_set_file_comment(struct zip *archive, int idx, - const char *data, int len); - struct zip *zip_open_encrypted(const char *path, int flags, const char *password, int *errorp); void zip_set_default_password(struct zip *archive, const char *password); +(NULL for unsetting) struct zip_file *zip_fopen_encrypted(struct zip *archive, const char *fname, int flags, @@ -43,7 +39,6 @@ * regression tests (duplicate file names, unchange, .{200}) * zip_commit * zip_replace_zip: allow rewinding -* API for (file and archive) comments * API for extracting and setting extra fields * zipcmp: add option for file content comparison * support for zip64 (large file)