range-diff.hon commit range-diff: improve the order of the shown commits (9dc46e0)
   1#ifndef RANGE_DIFF_H
   2#define RANGE_DIFF_H
   3
   4int show_range_diff(const char *range1, const char *range2,
   5                    int creation_factor);
   6
   7#endif