X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/c495cf02bac16e459f7c9e1740798646f12c00c5..ef0c6aadf70e33ef63f0a68ca16338a49d0a3f1f:/cgit.h diff --git a/cgit.h b/cgit.h index 8b0defa..1056231 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; @@ -170,6 +171,8 @@ struct cgit_config { int summary_branches; int summary_log; int summary_tags; + int embedded; + int noheader; }; struct cgit_page {