]> git.ipfire.org Git - thirdparty/git.git/blame - range-diff.h
Merge branch 'master' of git://github.com/git-l10n/git-po
[thirdparty/git.git] / range-diff.h
CommitLineData
d9c66f0b
JS
1#ifndef RANGE_DIFF_H
2#define RANGE_DIFF_H
3
c8c5e43a
JS
4#include "diff.h"
5
d9c66f0b 6int show_range_diff(const char *range1, const char *range2,
c8c5e43a 7 int creation_factor, struct diff_options *diffopt);
d9c66f0b
JS
8
9#endif