]> git.ipfire.org Git - thirdparty/git.git/blobdiff - archive.h
git-archive: wire up ZIP format.
[thirdparty/git.git] / archive.h
index 5c3f29b8df2722805c5009c99c64a39191f14fb1..f3d344b65259fb7f4314944194e12ddba1129a4b 100644 (file)
--- a/archive.h
+++ b/archive.h
@@ -41,5 +41,6 @@ extern void parse_pathspec_arg(const char **pathspec,
  * Archive-format specific backends.
  */
 extern int write_tar_archive(struct archiver_args *);
+extern int write_zip_archive(struct archiver_args *);
 
 #endif /* ARCHIVE_H */