summaryrefslogtreecommitdiffabout
Side-by-side diff
Diffstat (more/less context) (show whitespace changes)
-rw-r--r--cgit.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cgit.h b/cgit.h
index 1056231..ca01705 100644
--- a/cgit.h
+++ b/cgit.h
@@ -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;
};