summaryrefslogtreecommitdiff
path: root/interdiff.h
blob: 01c730a5c9d2c8453b5ec94368800aa755620bde (plain)
1
2
3
4
5
6
7
8
#ifndef INTERDIFF_H
#define INTERDIFF_H
 
struct rev_info;
 
void show_interdiff(struct rev_info *, int indent);
 
#endif