-rw-r--r-- | cgit.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -170,2 +170,3 @@ struct cgit_config { char *project_list; + char *readme; char *robots; @@ -207,2 +208,3 @@ struct cgit_config { int remove_suffix; + int section_from_path; int snapshots; |