Sign in
googlers
/
jrn
/
git
/
1d4361b0f344188ab5eec6dcea01f61a3a3a1670
/
.
/
range-diff.h
blob: 2407d46a301e5554bf3a4f855d20cc408b1f89bd [
file
] [
log
] [
blame
]
#ifndef
RANGE_DIFF_H
#define
RANGE_DIFF_H
#include
"diff.h"
int
show_range_diff
(
const
char
*
range1
,
const
char
*
range2
,
int
creation_factor
,
struct
diff_options
*
diffopt
);
#endif