Code

commit, merge: initialize static strbuf
[git.git] / archive.h
index 96bb1cd85362e68ee42c81d5017222411e6bf669..4a02371f374a159604ab55102be5ba5b9d3f7cd2 100644 (file)
--- a/archive.h
+++ b/archive.h
@@ -13,6 +13,7 @@ struct archiver_args {
        time_t time;
        const char **pathspec;
        unsigned int verbose : 1;
+       int compression_level;
 };
 
 typedef int (*write_archive_fn_t)(struct archiver_args *);