Staging
v0.5.1
Revision 35ee755a8c43bcb3c2786522d423f006c23d32df authored by Junio C Hamano on 19 February 2019, 21:20:23 UTC, committed by Junio C Hamano on 19 February 2019, 21:20:23 UTC
Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent c5b456b
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