summaryrefslogtreecommitdiffabout
path: root/ui-shared.h
Side-by-side diff
Diffstat (limited to 'ui-shared.h') (more/less context) (ignore whitespace changes)
-rw-r--r--ui-shared.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/ui-shared.h b/ui-shared.h
index b12aa89..9ebc1f9 100644
--- a/ui-shared.h
+++ b/ui-shared.h
@@ -25,3 +25,3 @@ extern void cgit_log_link(char *name, char *title, char *class, char *head,
extern void cgit_commit_link(char *name, char *title, char *class, char *head,
- char *rev);
+ char *rev, int toggle_ssdiff);
extern void cgit_patch_link(char *name, char *title, char *class, char *head,
@@ -33,3 +33,4 @@ extern void cgit_snapshot_link(char *name, char *title, char *class,
extern void cgit_diff_link(char *name, char *title, char *class, char *head,
- char *new_rev, char *old_rev, char *path);
+ char *new_rev, char *old_rev, char *path,
+ int toggle_ssdiff);
extern void cgit_stats_link(char *name, char *title, char *class, char *head,