about summary refs log tree commit diff stats
path: root/ui-refs.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui-refs.h')
-rw-r--r--ui-refs.h2
1 files changed, 1 insertions, 1 deletions
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 @@
3 3
4extern void cgit_print_branches(int maxcount); 4extern void cgit_print_branches(int maxcount);
5extern void cgit_print_tags(int maxcount); 5extern void cgit_print_tags(int maxcount);
6extern void cgit_print_refs(); 6extern void cgit_print_refs(void);
7 7
8#endif /* UI_REFS_H */ 8#endif /* UI_REFS_H */