mirror of
https://git.zx2c4.com/cgit
synced 2025-08-31 14:25:15 +00:00
Fix missing prototype declarations
Signed-off-by: Peter Colberg <peter@colberg.org>
This commit is contained in:
committed by
Jason A. Donenfeld
parent
9abe4a26a9
commit
4c69241b05
@@ -13,13 +13,13 @@
|
||||
#endif
|
||||
#define MAX_SSDIFF_SIZE ((MAX_SSDIFF_M) * (MAX_SSDIFF_N))
|
||||
|
||||
extern void cgit_ssdiff_print_deferred_lines();
|
||||
extern void cgit_ssdiff_print_deferred_lines(void);
|
||||
|
||||
extern void cgit_ssdiff_line_cb(char *line, int len);
|
||||
|
||||
extern void cgit_ssdiff_header_begin();
|
||||
extern void cgit_ssdiff_header_end();
|
||||
extern void cgit_ssdiff_header_begin(void);
|
||||
extern void cgit_ssdiff_header_end(void);
|
||||
|
||||
extern void cgit_ssdiff_footer();
|
||||
extern void cgit_ssdiff_footer(void);
|
||||
|
||||
#endif /* UI_SSDIFF_H */
|
||||
|
Reference in New Issue
Block a user