Update
diff --git a/TODO b/TODO
index 2a50f5d..e74be60 100644
--- a/TODO
+++ b/TODO
@@ -146,6 +146,7 @@
 
 
 - zip_source_file: don't allow write if start/len specify a part of the file
+- check if all exported symbols are marked with ZIP_EXTERN
 
 D re-implement fix for OS X sandboxing (zip_archive_set_tempdir).
 
@@ -156,11 +157,9 @@
 - document: ZIP_SOURCE_CLOSE implementation can't return error
 - document ZIP_RDONLY
 - keep error codes in man pages in sync
-- document new functions
 - document error codes in new man pageses
 - document deprecations
 ** int zip_error_get_sys_type(int); /* use zip_error_system_type */
 ** void zip_error_get(zip_t *, int *, int *); /* use zip_get_error, zip_error_code_zip / zip_error_code_system */
 ** void zip_file_error_get(zip_file_t *, int *, int *); /* use zip_file_get_error, zip_error_code_zip / zip_error_code_system */
 
-* check if all exported symbols are marked with ZIP_EXTERN