X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/c495cf02bac16e459f7c9e1740798646f12c00c5..7a8b3b4104aa5924163efd5f2af0de10b7fb5171:/cgit.h diff --git a/cgit.h b/cgit.h index 8b0defa..ca01705 100644 --- a/cgit.h +++ b/cgit.h @@ -136,6 +136,7 @@ struct cgit_config { char *css; char *favicon; char *footer; + char *header; char *index_header; char *index_info; char *logo; @@ -154,6 +155,7 @@ struct cgit_config { int cache_repo_ttl; int cache_root_ttl; int cache_static_ttl; + int embedded; int enable_index_links; int enable_log_filecount; int enable_log_linecount; @@ -165,6 +167,7 @@ struct cgit_config { int max_repodesc_len; int max_stats; int nocache; + int noheader; int renamelimit; int snapshots; int summary_branches;