]> git.ipfire.org Git - thirdparty/git.git/blobdiff - range-diff.h
Merge branch 'jk/escaped-wildcard-dwim'
[thirdparty/git.git] / range-diff.h
index c57ec7dab5eeb719753be65232a884d83ac940fb..e11976dc81baf21542e39eb113adf1fe9e37e9c2 100644 (file)
@@ -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