diff options
Diffstat (limited to 'cgit.h')
-rw-r--r-- | cgit.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -104,7 +104,7 @@ extern void cgit_print_pageheader(char *title, int show_search); | |||
104 | 104 | ||
105 | extern void cgit_print_repolist(struct cacheitem *item); | 105 | extern void cgit_print_repolist(struct cacheitem *item); |
106 | extern void cgit_print_summary(); | 106 | extern void cgit_print_summary(); |
107 | extern void cgit_print_log(const char *tip, int ofs, int cnt); | 107 | extern void cgit_print_log(const char *tip, int ofs, int cnt, char *grep); |
108 | extern void cgit_print_view(const char *hex); | 108 | extern void cgit_print_view(const char *hex); |
109 | extern void cgit_print_tree(const char *hex); | 109 | extern void cgit_print_tree(const char *hex); |
110 | extern void cgit_print_commit(const char *hex); | 110 | extern void cgit_print_commit(const char *hex); |