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
@@ -156,4 +156,5 @@ struct cgit_config {
int cache_root_ttl;
int cache_static_ttl;
+ int embedded;
int enable_index_links;
int enable_log_filecount;
@@ -167,4 +168,5 @@ struct cgit_config {
int max_stats;
int nocache;
+ int noheader;
int renamelimit;
int snapshots;
@@ -172,6 +174,4 @@ struct cgit_config {
int summary_log;
int summary_tags;
- int embedded;
- int noheader;
};