repo.or.cz
/
git.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Sixth batch
[git.git]
/
interdiff.h
blob
01c730a5c9d2c8453b5ec94368800aa755620bde
1
#ifndef INTERDIFF_H
2
#define INTERDIFF_H
3
4
struct
rev_info
;
5
6
void
show_interdiff
(
struct
rev_info
*,
int
indent
);
7
8
#endif