about summary refs log tree commit diff
path: root/third_party/git/interdiff.h
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/git/interdiff.h')
-rw-r--r--third_party/git/interdiff.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/third_party/git/interdiff.h b/third_party/git/interdiff.h
new file mode 100644
index 0000000000..01c730a5c9
--- /dev/null
+++ b/third_party/git/interdiff.h
@@ -0,0 +1,8 @@
+#ifndef INTERDIFF_H
+#define INTERDIFF_H
+
+struct rev_info;
+
+void show_interdiff(struct rev_info *, int indent);
+
+#endif