diff options
Diffstat (limited to 'ui-shared.h')
-rw-r--r-- | ui-shared.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui-shared.h b/ui-shared.h index bb193ec..fc9be3b 100644 --- a/ui-shared.h +++ b/ui-shared.h | |||
@@ -43,7 +43,7 @@ extern void cgit_snapshot_link(const char *name, const char *title, | |||
43 | extern void cgit_diff_link(const char *name, const char *title, | 43 | extern void cgit_diff_link(const char *name, const char *title, |
44 | const char *class, const char *head, | 44 | const char *class, const char *head, |
45 | const char *new_rev, const char *old_rev, | 45 | const char *new_rev, const char *old_rev, |
46 | const char *path, int toggle_ssdiff); | 46 | const char *path); |
47 | extern void cgit_stats_link(const char *name, const char *title, | 47 | extern void cgit_stats_link(const char *name, const char *title, |
48 | const char *class, const char *head, | 48 | const char *class, const char *head, |
49 | const char *path); | 49 | const char *path); |