diff options
Diffstat (limited to 'ui-shared.h')
-rw-r--r-- | ui-shared.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui-shared.h b/ui-shared.h index 5987e77..a337dce 100644 --- a/ui-shared.h +++ b/ui-shared.h | |||
@@ -67,4 +67,5 @@ extern void cgit_print_snapshot_links(const char *repo, const char *head, | |||
67 | const char *hex, int snapshots); | 67 | const char *hex, int snapshots); |
68 | extern void cgit_add_hidden_formfields(int incl_head, int incl_search, | 68 | extern void cgit_add_hidden_formfields(int incl_head, int incl_search, |
69 | const char *page); | 69 | const char *page); |
70 | extern void filepair_cb_raw(struct diff_filepair *pair); | ||
70 | #endif /* UI_SHARED_H */ | 71 | #endif /* UI_SHARED_H */ |