aboutsummaryrefslogtreecommitdiff
path: root/archive.h
diff options
context:
space:
mode:
authorRene Scharfe <rene.scharfe@lsrfire.ath.cx>2006-09-09 17:02:38 +0200
committerJunio C Hamano <junkio@cox.net>2006-09-09 13:39:57 -0700
commit854c4168e77a692dc198311f04bf31939355f2a3 (patch)
tree60792f6cc1278262ee4947300b05bb4ed7d2c14c /archive.h
parent39345a216ff37bda9fb7cec85f6de44069f5205d (diff)
downloadgit-854c4168e77a692dc198311f04bf31939355f2a3.tar.gz
git-854c4168e77a692dc198311f04bf31939355f2a3.tar.xz
git-archive: make compression level of ZIP archives configurable
Signed-off-by: Rene Scharfe <rene.scharfe@lsrfire.ath.cx> Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'archive.h')
-rw-r--r--archive.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/archive.h b/archive.h
index f3d344b65..d8cca735d 100644
--- 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 */