ref-filter: give uintmax_t to format with %PRIuMAX
[git.git] / range-diff.h
blob190593f0c78151c99cc6e87161137b99c2615c80
1 #ifndef RANGE_DIFF_H
2 #define RANGE_DIFF_H
4 #include "diff.h"
6 #define RANGE_DIFF_CREATION_FACTOR_DEFAULT 60
8 int show_range_diff(const char *range1, const char *range2,
9 int creation_factor, int dual_color,
10 struct diff_options *diffopt);
12 #endif