]> git.ipfire.org Git - thirdparty/git.git/blobdiff - range-diff.h
range-diff: pass through --notes to `git log`
[thirdparty/git.git] / range-diff.h
index 08a50b6e98fc768f42e48b33c70ffbf17a7e8e4c..7d918ab9edcb7206e9a984d934af6f011b631a1b 100644 (file)
@@ -2,6 +2,7 @@
 #define RANGE_DIFF_H
 
 #include "diff.h"
+#include "argv-array.h"
 
 #define RANGE_DIFF_CREATION_FACTOR_DEFAULT 60
 
@@ -12,6 +13,7 @@
  */
 int show_range_diff(const char *range1, const char *range2,
                    int creation_factor, int dual_color,
-                   struct diff_options *diffopt);
+                   struct diff_options *diffopt,
+                   struct argv_array *other_arg);
 
 #endif