diff options
Diffstat (limited to 'ui-shared.h')
-rw-r--r-- | ui-shared.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ui-shared.h b/ui-shared.h index 87799f1..40f6207 100644 --- a/ui-shared.h +++ b/ui-shared.h | |||
@@ -77,4 +77,6 @@ extern void cgit_print_snapshot_links(const char *repo, const char *head, | |||
77 | const char *hex, int snapshots); | 77 | const char *hex, int snapshots); |
78 | extern void cgit_add_hidden_formfields(int incl_head, int incl_search, | 78 | extern void cgit_add_hidden_formfields(int incl_head, int incl_search, |
79 | const char *page); | 79 | const char *page); |
80 | |||
81 | extern void cgit_set_title_from_path(const char *path); | ||
80 | #endif /* UI_SHARED_H */ | 82 | #endif /* UI_SHARED_H */ |