-rw-r--r-- | cgit.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -157,2 +157,3 @@ struct cgit_config { int cache_static_ttl; + int embedded; int enable_index_links; @@ -168,2 +169,3 @@ struct cgit_config { int nocache; + int noheader; int renamelimit; @@ -173,4 +175,2 @@ struct cgit_config { int summary_tags; - int embedded; - int noheader; }; |