Welcome to mirror list, hosted at ThFree Co, Russian Federation.

interdiff.h - git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
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