aboutsummaryrefslogtreecommitdiff
path: root/interdiff.h
blob: 793c0144fe39f4d0ffe81f7a7a0e89806bfdd143 (plain)
1
2
3
4
5
6
7
8
#ifndef INTERDIFF_H
#define INTERDIFF_H

struct rev_info;

void show_interdiff(struct rev_info *);

#endif