diff options
Diffstat (limited to 'cgit.h')
-rw-r--r-- | cgit.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -230,7 +230,7 @@ extern void cgit_print_tree(const char *rev, char *path); | |||
230 | extern void cgit_print_commit(char *hex); | 230 | extern void cgit_print_commit(char *hex); |
231 | extern void cgit_print_diff(const char *new_hex, const char *old_hex); | 231 | extern void cgit_print_diff(const char *new_hex, const char *old_hex); |
232 | extern void cgit_print_snapshot(struct cacheitem *item, const char *hex, | 232 | extern void cgit_print_snapshot(struct cacheitem *item, const char *hex, |
233 | const char *format, const char *prefix, | 233 | const char *prefix, const char *filename); |
234 | const char *filename); | 234 | extern void cgit_print_snapshot_links(const char *repo, const char *hex); |
235 | 235 | ||
236 | #endif /* CGIT_H */ | 236 | #endif /* CGIT_H */ |