Welcome to mirror list, hosted at ThFree Co, Russian Federation.

range-diff.h - git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7b6eef303f5efbe6400d4b58a999bdd770b9fecc (plain)
1
2
3
4
5
6
7
#ifndef RANGE_DIFF_H
#define RANGE_DIFF_H

int show_range_diff(const char *range1, const char *range2,
		    int creation_factor);

#endif