range-diff: publish default creation factor
[git.git] / range-diff.h
blobf26de5d0b04e8feefe044da6db63183f4e4e1fd8
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, struct diff_options *diffopt);
11 #endif