summaryrefslogtreecommitdiffabout
path: root/cgit.h
Unidiff
Diffstat (limited to 'cgit.h') (more/less context) (ignore whitespace changes)
-rw-r--r--cgit.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cgit.h b/cgit.h
index e114a50..249650e 100644
--- a/cgit.h
+++ b/cgit.h
@@ -95,19 +95,19 @@ extern int cache_expired(struct cacheitem *item);
95extern char *cgit_repourl(const char *reponame); 95extern char *cgit_repourl(const char *reponame);
96extern char *cgit_pageurl(const char *reponame, const char *pagename, 96extern char *cgit_pageurl(const char *reponame, const char *pagename,
97 const char *query); 97 const char *query);
98 98
99extern void cgit_print_error(char *msg); 99extern void cgit_print_error(char *msg);
100extern void cgit_print_date(unsigned long secs); 100extern void cgit_print_date(unsigned long secs);
101extern void cgit_print_docstart(char *title, struct cacheitem *item); 101extern void cgit_print_docstart(char *title, struct cacheitem *item);
102extern void cgit_print_docend(); 102extern void cgit_print_docend();
103extern void cgit_print_pageheader(char *title, int show_search); 103extern void cgit_print_pageheader(char *title, int show_search);
104 104
105extern void cgit_print_repolist(struct cacheitem *item); 105extern void cgit_print_repolist(struct cacheitem *item);
106extern void cgit_print_summary(); 106extern void cgit_print_summary();
107extern void cgit_print_log(const char *tip, int ofs, int cnt); 107extern void cgit_print_log(const char *tip, int ofs, int cnt, char *grep);
108extern void cgit_print_view(const char *hex); 108extern void cgit_print_view(const char *hex);
109extern void cgit_print_tree(const char *hex); 109extern void cgit_print_tree(const char *hex);
110extern void cgit_print_commit(const char *hex); 110extern void cgit_print_commit(const char *hex);
111extern void cgit_print_diff(const char *old_hex, const char *new_hex); 111extern void cgit_print_diff(const char *old_hex, const char *new_hex);
112 112
113#endif /* CGIT_H */ 113#endif /* CGIT_H */