aboutsummaryrefslogtreecommitdiff
path: root/archival/unzip.c
diff options
context:
space:
mode:
Diffstat (limited to 'archival/unzip.c')
-rw-r--r--archival/unzip.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/archival/unzip.c b/archival/unzip.c
index 673e5fe08..71f3fbb68 100644
--- a/archival/unzip.c
+++ b/archival/unzip.c
@@ -9,16 +9,16 @@
9 * 9 *
10 * Licensed under GPLv2 or later, see file LICENSE in this source tree. 10 * Licensed under GPLv2 or later, see file LICENSE in this source tree.
11 */ 11 */
12
13/* For reference see 12/* For reference see
14 * http://www.pkware.com/company/standards/appnote/ 13 * http://www.pkware.com/company/standards/appnote/
15 * http://www.info-zip.org/pub/infozip/doc/appnote-iz-latest.zip 14 * http://www.info-zip.org/pub/infozip/doc/appnote-iz-latest.zip
16 */ 15 *
17 16 * TODO
18/* TODO
19 * Zip64 + other methods 17 * Zip64 + other methods
20 */ 18 */
21 19
20//kbuild:lib-$(CONFIG_UNZIP) += unzip.o
21
22//usage:#define unzip_trivial_usage 22//usage:#define unzip_trivial_usage
23//usage: "[-lnopq] FILE[.zip] [FILE]... [-x FILE...] [-d DIR]" 23//usage: "[-lnopq] FILE[.zip] [FILE]... [-x FILE...] [-d DIR]"
24//usage:#define unzip_full_usage "\n\n" 24//usage:#define unzip_full_usage "\n\n"