about summary refs log tree commit diff stats
path: root/ui-diff.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui-diff.h')
-rw-r--r--ui-diff.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui-diff.h b/ui-diff.h index 04f9029..382e8c5 100644 --- a/ui-diff.h +++ b/ui-diff.h
@@ -1,7 +1,7 @@
1#ifndef UI_DIFF_H 1#ifndef UI_DIFF_H
2#define UI_DIFF_H 2#define UI_DIFF_H
3 3
4extern void cgit_print_diff_ctrls(); 4extern void cgit_print_diff_ctrls(void);
5 5
6extern void cgit_print_diff(const char *new_hex, const char *old_hex, 6extern void cgit_print_diff(const char *new_hex, const char *old_hex,
7 const char *prefix, int show_ctrls, int raw); 7 const char *prefix, int show_ctrls, int raw);