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 a905e47..a54f2b5 100644
--- a/cgit.h
+++ b/cgit.h
@@ -84,8 +84,9 @@ extern char *cgit_repourl(const char *reponame);
84extern char *cgit_pageurl(const char *reponame, const char *pagename, 84extern char *cgit_pageurl(const char *reponame, const char *pagename,
85 const char *query); 85 const char *query);
86 86
87extern void cgit_print_error(char *msg); 87extern void cgit_print_error(char *msg);
88extern void cgit_print_date(unsigned long secs);
88extern void cgit_print_docstart(char *title, struct cacheitem *item); 89extern void cgit_print_docstart(char *title, struct cacheitem *item);
89extern void cgit_print_docend(); 90extern void cgit_print_docend();
90extern void cgit_print_pageheader(char *title); 91extern void cgit_print_pageheader(char *title);
91 92