summaryrefslogtreecommitdiffabout
path: root/cgit.h
Side-by-side diff
Diffstat (limited to 'cgit.h') (more/less context) (ignore whitespace changes)
-rw-r--r--cgit.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/cgit.h b/cgit.h
index 6c0aa3b..e64fbd7 100644
--- a/cgit.h
+++ b/cgit.h
@@ -16,4 +16,6 @@ struct cacheitem {
};
+extern const char cgit_version[];
+
extern char *cgit_root;
extern char *cgit_root_title;
@@ -55,5 +57,4 @@ extern void html_link_open(char *url, char *title, char *class);
extern void html_link_close(void);
-
extern int cgit_read_config(const char *filename, configfn fn);
extern int cgit_parse_query(char *txt, configfn fn);
@@ -65,3 +66,9 @@ extern int cache_exist(struct cacheitem *item);
extern int cache_expired(struct cacheitem *item);
+extern void cgit_print_error(char *msg);
+extern void cgit_print_docstart(char *title, struct cacheitem *item);
+extern void cgit_print_docend();
+extern void cgit_print_pageheader(char *title);
+
+
#endif /* CGIT_H */