aboutsummaryrefslogtreecommitdiffstats
path: root/ui-blame.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui-blame.h')
-rw-r--r--ui-blame.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/ui-blame.h b/ui-blame.h
new file mode 100644
index 0000000..5b97e03
--- /dev/null
+++ b/ui-blame.h
@@ -0,0 +1,6 @@
+#ifndef UI_BLAME_H
+#define UI_BLAME_H
+
+extern void cgit_print_blame(void);
+
+#endif /* UI_BLAME_H */