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-summary.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui-summary.h') diff --git a/ui-summary.h b/ui-summary.h index c01f560..0896650 100644 --- a/ui-summary.h +++ b/ui-summary.h @@ -1,7 +1,7 @@ #ifndef UI_SUMMARY_H #define UI_SUMMARY_H -extern void cgit_print_summary(); +extern void cgit_print_summary(void); extern void cgit_print_repo_readme(char *path); #endif /* UI_SUMMARY_H */ -- cgit v1.2.3-59-g8ed1b