X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=range-diff.h;h=e11976dc81baf21542e39eb113adf1fe9e37e9c2;hb=341f8a6476d1d25c3906696489d87fc381739b59;hp=c57ec7dab5eeb719753be65232a884d83ac940fb;hpb=c9f5fc91142c26c4a0f69f8eaed35c55e9c591f5;p=thirdparty%2Fgit.git diff --git a/range-diff.h b/range-diff.h index c57ec7dab5..e11976dc81 100644 --- a/range-diff.h +++ b/range-diff.h @@ -13,7 +13,7 @@ */ int show_range_diff(const char *range1, const char *range2, int creation_factor, int dual_color, - struct diff_options *diffopt, - struct argv_array *other_arg); + const struct diff_options *diffopt, + const struct argv_array *other_arg); #endif