1#ifndef RANGE_DIFF_H
2#define RANGE_DIFF_H
34
#include "diff.h"
56
#define RANGE_DIFF_CREATION_FACTOR_DEFAULT 60
78
int show_range_diff(const char *range1, const char *range2,
9int creation_factor, int dual_color,
10struct diff_options *diffopt);
1112
#endif