Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
merge: handle --verify-signatures for unborn branch
[gitweb.git]
/
range-diff.h
diff --git
a/range-diff.h
b/range-diff.h
index 7b6eef303f5efbe6400d4b58a999bdd770b9fecc..2407d46a301e5554bf3a4f855d20cc408b1f89bd 100644
(file)
--- a/
range-diff.h
+++ b/
range-diff.h
@@
-1,7
+1,9
@@
#ifndef RANGE_DIFF_H
#define RANGE_DIFF_H
+#include "diff.h"
+
int show_range_diff(const char *range1, const char *range2,
- int creation_factor);
+ int creation_factor
, struct diff_options *diffopt
);
#endif