From 4c69241b052f7fa6d4c967bd9bc97c9db92a9572 Mon Sep 17 00:00:00 2001 From: Peter Colberg Date: Wed, 13 Jan 2016 17:25:07 -0500 Subject: Fix missing prototype declarations Signed-off-by: Peter Colberg --- ui-diff.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui-diff.h') diff --git a/ui-diff.h b/ui-diff.h index 04f9029..382e8c5 100644 --- a/ui-diff.h +++ b/ui-diff.h @@ -1,7 +1,7 @@ #ifndef UI_DIFF_H #define UI_DIFF_H -extern void cgit_print_diff_ctrls(); +extern void cgit_print_diff_ctrls(void); extern void cgit_print_diff(const char *new_hex, const char *old_hex, const char *prefix, int show_ctrls, int raw); -- cgit v1.2.3-24-g4f1b