]> gitweb.ps.run Git - ps-cgit/blobdiff - cgit.h
Add support for 'noheader' option
[ps-cgit] / cgit.h
diff --git a/cgit.h b/cgit.h
index 5f7af51a68e0a773cac9c2758df51d5f0af90ff6..1056231fb0f9169ec9e1fec6f62bea542aa20d3c 100644 (file)
--- a/cgit.h
+++ b/cgit.h
@@ -171,6 +171,8 @@ struct cgit_config {
        int summary_branches;
        int summary_log;
        int summary_tags;
+       int embedded;
+       int noheader;
 };
 
 struct cgit_page {