summaryrefslogtreecommitdiffabout
path: root/cgit.h
Unidiff
Diffstat (limited to 'cgit.h') (more/less context) (ignore whitespace changes)
-rw-r--r--cgit.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cgit.h b/cgit.h
index 0100763..9c7f0b4 100644
--- a/cgit.h
+++ b/cgit.h
@@ -77,6 +77,7 @@ extern void cgit_print_pageheader(char *title);
77extern void cgit_print_repolist(struct cacheitem *item); 77extern void cgit_print_repolist(struct cacheitem *item);
78extern void cgit_print_summary(); 78extern void cgit_print_summary();
79extern void cgit_print_log(const char *tip, int ofs, int cnt); 79extern void cgit_print_log(const char *tip, int ofs, int cnt);
80extern void cgit_print_view(char *hex);
80 81
81extern void cgit_repo_config_cb(const char *name, const char *value); 82extern void cgit_repo_config_cb(const char *name, const char *value);
82 83