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
@@ -68,17 +68,18 @@ extern int cache_expired(struct cacheitem *item);
68extern char *cgit_repourl(const char *reponame); 68extern char *cgit_repourl(const char *reponame);
69extern char *cgit_pageurl(const char *reponame, const char *pagename, 69extern char *cgit_pageurl(const char *reponame, const char *pagename,
70 const char *query); 70 const char *query);
71 71
72extern void cgit_print_error(char *msg); 72extern void cgit_print_error(char *msg);
73extern void cgit_print_docstart(char *title, struct cacheitem *item); 73extern void cgit_print_docstart(char *title, struct cacheitem *item);
74extern void cgit_print_docend(); 74extern void cgit_print_docend();
75extern void cgit_print_pageheader(char *title); 75extern void cgit_print_pageheader(char *title);
76 76
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
83 84
84#endif /* CGIT_H */ 85#endif /* CGIT_H */