]> gitweb.ps.run Git - ps-cgit/blobdiff - cgit.h
ui-blame: set repo for sb
[ps-cgit] / cgit.h
diff --git a/cgit.h b/cgit.h
index 6feca688d91c3b09121bd4776720471bffbba76b..bcc4fce3d6d1f0d891b1dd95c1f353a657f4f098 100644 (file)
--- a/cgit.h
+++ b/cgit.h
@@ -8,6 +8,7 @@
 #include <cache.h>
 #include <grep.h>
 #include <object.h>
+#include <object-store.h>
 #include <tree.h>
 #include <commit.h>
 #include <tag.h>
@@ -81,6 +82,7 @@ struct cgit_repo {
        char *name;
        char *path;
        char *desc;
+       char *extra_head_content;
        char *owner;
        char *homepage;
        char *defbranch;