about summary refs log tree commit diff stats
path: root/ui-ssdiff.h
diff options
context:
space:
mode:
authorPeter Colberg2016-01-13 17:25:07 -0500
committerJason A. Donenfeld2016-01-14 14:02:29 +0100
commit4c69241b052f7fa6d4c967bd9bc97c9db92a9572 (patch)
treec313d6b46789da5a58a213c12c81a956156e1f99 /ui-ssdiff.h
parentui-repolist: return HTTP 404 if no repositories found (diff)
downloadcgit-4c69241b052f7fa6d4c967bd9bc97c9db92a9572.tar.gz
cgit-4c69241b052f7fa6d4c967bd9bc97c9db92a9572.zip
Fix missing prototype declarations
Signed-off-by: Peter Colberg <peter@colberg.org>
Diffstat (limited to 'ui-ssdiff.h')
-rw-r--r--ui-ssdiff.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/ui-ssdiff.h b/ui-ssdiff.h index 88627e2..11f2714 100644 --- a/ui-ssdiff.h +++ b/ui-ssdiff.h
@@ -13,13 +13,13 @@
13#endif 13#endif
14#define MAX_SSDIFF_SIZE ((MAX_SSDIFF_M) * (MAX_SSDIFF_N)) 14#define MAX_SSDIFF_SIZE ((MAX_SSDIFF_M) * (MAX_SSDIFF_N))
15 15
16extern void cgit_ssdiff_print_deferred_lines(); 16extern void cgit_ssdiff_print_deferred_lines(void);
17 17
18extern void cgit_ssdiff_line_cb(char *line, int len); 18extern void cgit_ssdiff_line_cb(char *line, int len);
19 19
20extern void cgit_ssdiff_header_begin(); 20extern void cgit_ssdiff_header_begin(void);
21extern void cgit_ssdiff_header_end(); 21extern void cgit_ssdiff_header_end(void);
22 22
23extern void cgit_ssdiff_footer(); 23extern void cgit_ssdiff_footer(void);
24 24
25#endif /* UI_SSDIFF_H */ 25#endif /* UI_SSDIFF_H */