commit | 4c69241b052f7fa6d4c967bd9bc97c9db92a9572 | [log] [tgz] |
---|---|---|
author | Peter Colberg <peter@colberg.org> | Wed Jan 13 17:25:07 2016 -0500 |
committer | Jason A. Donenfeld <Jason@zx2c4.com> | Thu Jan 14 14:02:29 2016 +0100 |
tree | c313d6b46789da5a58a213c12c81a956156e1f99 | |
parent | 9abe4a26a92b91170cb9c5dab830b40fb1e0327f [diff] [blame] |
Fix missing prototype declarations Signed-off-by: Peter Colberg <peter@colberg.org>
diff --git a/ui-refs.h b/ui-refs.h index b35c04a..1d4a54a 100644 --- a/ui-refs.h +++ b/ui-refs.h
@@ -3,6 +3,6 @@ extern void cgit_print_branches(int maxcount); extern void cgit_print_tags(int maxcount); -extern void cgit_print_refs(); +extern void cgit_print_refs(void); #endif /* UI_REFS_H */