X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=archive.h;h=4a02371f374a159604ab55102be5ba5b9d3f7cd2;hb=0e8316cc16f1a938c36f12f5fcae4a081b6ec6ff;hp=96bb1cd85362e68ee42c81d5017222411e6bf669;hpb=588c038ac690e012a00dcace34fb318449f5ec7c;p=git.git diff --git a/archive.h b/archive.h index 96bb1cd85..4a02371f3 100644 --- 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 *);