diff options
Diffstat (limited to 'cgit.h')
| -rw-r--r-- | cgit.h | 7 |
1 files changed, 4 insertions, 3 deletions
| @@ -207,6 +207,8 @@ extern void cgit_log_link(char *name, char *title, char *class, char *head, | |||
| 207 | char *rev, char *path); | 207 | char *rev, char *path); |
| 208 | extern void cgit_commit_link(char *name, char *title, char *class, char *head, | 208 | extern void cgit_commit_link(char *name, char *title, char *class, char *head, |
| 209 | char *rev); | 209 | char *rev); |
| 210 | extern void cgit_diff_link(char *name, char *title, char *class, char *head, | ||
| 211 | char *new_rev, char *old_rev, char *path); | ||
| 210 | 212 | ||
| 211 | extern void cgit_print_error(char *msg); | 213 | extern void cgit_print_error(char *msg); |
| 212 | extern void cgit_print_date(time_t secs, char *format); | 214 | extern void cgit_print_date(time_t secs, char *format); |
| @@ -223,9 +225,8 @@ extern void cgit_print_summary(); | |||
| 223 | extern void cgit_print_log(const char *tip, int ofs, int cnt, char *grep, char *path, int pager); | 225 | extern void cgit_print_log(const char *tip, int ofs, int cnt, char *grep, char *path, int pager); |
| 224 | extern void cgit_print_blob(struct cacheitem *item, const char *hex, char *path); | 226 | extern void cgit_print_blob(struct cacheitem *item, const char *hex, char *path); |
| 225 | extern void cgit_print_tree(const char *rev, char *path); | 227 | extern void cgit_print_tree(const char *rev, char *path); |
| 226 | extern void cgit_print_commit(const char *hex); | 228 | extern void cgit_print_commit(char *hex); |
| 227 | extern void cgit_print_diff(const char *head, const char *old_hex, const char *new_hex, | 229 | extern void cgit_print_diff(const char *new_hex, const char *old_hex); |
| 228 | char *path); | ||
| 229 | extern void cgit_print_snapshot(struct cacheitem *item, const char *hex, | 230 | extern void cgit_print_snapshot(struct cacheitem *item, const char *hex, |
| 230 | const char *format, const char *prefix, | 231 | const char *format, const char *prefix, |
| 231 | const char *filename); | 232 | const char *filename); |
