Unidiff1 files changed, 1 insertions, 0 deletions
|
diff --git a/cgit.h b/cgit.h index 0100763..9c7f0b4 100644 --- a/ cgit.h+++ b/ cgit.h |
|
@@ -74,11 +74,12 @@ extern void cgit_print_docstart(char *title, struct cacheitem *item); |
74 | extern void cgit_print_docend(); |
74 | extern void cgit_print_docend(); |
75 | extern void cgit_print_pageheader(char *title); |
75 | extern void cgit_print_pageheader(char *title); |
76 | |
76 | |
77 | extern void cgit_print_repolist(struct cacheitem *item); |
77 | extern void cgit_print_repolist(struct cacheitem *item); |
78 | extern void cgit_print_summary(); |
78 | extern void cgit_print_summary(); |
79 | extern void cgit_print_log(const char *tip, int ofs, int cnt); |
79 | extern void cgit_print_log(const char *tip, int ofs, int cnt); |
| |
80 | extern void cgit_print_view(char *hex); |
80 | |
81 | |
81 | extern void cgit_repo_config_cb(const char *name, const char *value); |
82 | extern void cgit_repo_config_cb(const char *name, const char *value); |
82 | |
83 | |
83 | |
84 | |
84 | #endif /* CGIT_H */ |
85 | #endif /* CGIT_H */ |
|