mirror of
https://git.zx2c4.com/cgit
synced 2025-07-12 11:14:33 +02:00
Fix missing prototype declarations
Signed-off-by: Peter Colberg <peter@colberg.org>
This commit is contained in:
parent
9abe4a26a9
commit
4c69241b05
6 changed files with 15 additions and 15 deletions
|
@ -1,7 +1,7 @@
|
|||
#ifndef UI_DIFF_H
|
||||
#define UI_DIFF_H
|
||||
|
||||
extern void cgit_print_diff_ctrls();
|
||||
extern void cgit_print_diff_ctrls(void);
|
||||
|
||||
extern void cgit_print_diff(const char *new_hex, const char *old_hex,
|
||||
const char *prefix, int show_ctrls, int raw);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue