Staging
v0.5.1
Revision ab15ad1a3b4b04a29415aef8c9afa2f64fc194a2 authored by Junio C Hamano on 13 May 2019, 14:40:13 UTC, committed by Junio C Hamano on 13 May 2019, 14:50:35 UTC
Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 49bc8ce
Raw File
interdiff.h
#ifndef INTERDIFF_H
#define INTERDIFF_H

struct rev_info;

void show_interdiff(struct rev_info *, int indent);

#endif
back to top