mirror of
https://github.com/git/git.git
synced 2024-11-23 18:05:29 +08:00
8 lines
139 B
C
8 lines
139 B
C
|
#ifndef RANGE_DIFF_H
|
||
|
#define RANGE_DIFF_H
|
||
|
|
||
|
int show_range_diff(const char *range1, const char *range2,
|
||
|
int creation_factor);
|
||
|
|
||
|
#endif
|