X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/fb9e6d1594a24fe4e551fd57a9c91fd18b14806e..fbd254d54e28e002a0d56b81c192156599df1e6b:/cgit.h diff --git a/cgit.h b/cgit.h index 74aa340..63847ff 100644 --- a/cgit.h +++ b/cgit.h @@ -71,6 +71,8 @@ struct cgit_repo { char *readme; char *section; char *clone_url; + char *logo; + char *logo_link; int snapshots; int enable_commit_graph; int enable_log_filecount; @@ -131,6 +133,7 @@ struct reflist { struct cgit_query { int has_symref; int has_sha1; + int has_ssdiff; char *raw; char *repo; char *page;