-rw-r--r-- | ui-shared.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ui-shared.h b/ui-shared.h index e3fae64..1524dc3 100644 --- a/ui-shared.h +++ b/ui-shared.h | |||
@@ -43,6 +43,7 @@ extern void cgit_print_docend(); | |||
43 | extern void cgit_print_pageheader(struct cgit_context *ctx); | 43 | extern void cgit_print_pageheader(struct cgit_context *ctx); |
44 | extern void cgit_print_filemode(unsigned short mode); | 44 | extern void cgit_print_filemode(unsigned short mode); |
45 | extern void cgit_print_snapshot_links(const char *repo, const char *head, | 45 | extern void cgit_print_snapshot_links(const char *repo, const char *head, |
46 | const char *hex, int snapshots); | 46 | const char *hex, int snapshots); |
47 | 47 | extern void cgit_add_hidden_formfields(int incl_head, int incl_search, | |
48 | char *page); | ||
48 | #endif /* UI_SHARED_H */ | 49 | #endif /* UI_SHARED_H */ |