about summary refs log tree commit diff
path: root/third_party/git/interdiff.h
#ifndef INTERDIFF_H
#define INTERDIFF_H

struct rev_info;

void show_interdiff(struct rev_info *, int indent);

#endif