]> git.ipfire.org Git - thirdparty/git.git/blobdiff - range-diff.h
Merge branch 'pw/add-p-allowed-options-fix'
[thirdparty/git.git] / range-diff.h
index e11976dc81baf21542e39eb113adf1fe9e37e9c2..583ced2e8e749003b9a22fe2496d0db49f5ba7f9 100644 (file)
@@ -2,7 +2,7 @@
 #define RANGE_DIFF_H
 
 #include "diff.h"
-#include "argv-array.h"
+#include "strvec.h"
 
 #define RANGE_DIFF_CREATION_FACTOR_DEFAULT 60
 
@@ -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