Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
git-archive: wire up ZIP format.
[gitweb.git]
/
archive.h
diff --git
a/archive.h
b/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 */