about summary refs log tree commit diff
path: root/third_party/git/interdiff.h
blob: 01c730a5c9d2c8453b5ec94368800aa755620bde (plain) (blame)
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