X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/119397b175874bd606952e93b7249ae4ffb9afbe..eca95229acdc3c7c27fdcc1319f5c96da9e3b538:/cgit.h diff --git a/cgit.h b/cgit.h index 232099d..8f5dd2a 100644 --- a/cgit.h +++ b/cgit.h @@ -19,6 +19,7 @@ #include #include #include +#include /* @@ -167,6 +168,7 @@ struct cgit_config { char *logo_link; char *module_link; char *project_list; + char *readme; char *robots; char *root_title; char *root_desc; @@ -204,6 +206,7 @@ struct cgit_config { int noheader; int renamelimit; int remove_suffix; + int section_from_path; int snapshots; int summary_branches; int summary_log; @@ -292,6 +295,7 @@ extern void cgit_diff_tree(const unsigned char *old_sha1, extern void cgit_diff_commit(struct commit *commit, filepair_fn fn); +__attribute__((format (printf,1,2))) extern char *fmt(const char *format,...); extern struct commitinfo *cgit_parse_commit(struct commit *commit);