-rw-r--r-- | cgit.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -169,12 +169,13 @@ struct cgit_config { int renamelimit; int snapshots; int summary_branches; int summary_log; int summary_tags; int embedded; + int noheader; }; struct cgit_page { time_t modified; time_t expires; size_t size; |