repo.or.cz
/
git
/
debian.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Second batch post 2.19
[git/debian.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