]> git.ipfire.org Git - thirdparty/git.git/blobdiff - range-diff.h
Merge branch 'es/test-cmp-typocatcher'
[thirdparty/git.git] / range-diff.h
index 916f18bcd755b1064ce7d492ff7d7d322bb31163..583ced2e8e749003b9a22fe2496d0db49f5ba7f9 100644 (file)
@@ -14,6 +14,6 @@
 int show_range_diff(const char *range1, const char *range2,
                    int creation_factor, int dual_color,
                    const struct diff_options *diffopt,
-                   const struct argv_array *other_arg);
+                   const struct strvec *other_arg);
 
 #endif