Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
git-archive: make compression level of ZIP archives configurable
[gitweb.git]
/
archive.h
diff --git
a/archive.h
b/archive.h
index f3d344b65259fb7f4314944194e12ddba1129a4b..d8cca735d2dcbb13282be85e9e892c318bc53300 100644
(file)
--- a/
archive.h
+++ b/
archive.h
@@
-42,5
+42,6
@@
extern void parse_pathspec_arg(const char **pathspec,
*/
extern int write_tar_archive(struct archiver_args *);
extern int write_zip_archive(struct archiver_args *);
+extern void *parse_extra_zip_args(int argc, const char **argv);
#endif /* ARCHIVE_H */