X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/1a2eeb94d42b983213076906eb5c5b85452b2c30..c58cec9dff273b44c428cfaee24e5e3743c0034e:/cgit.h?ds=sidebyside diff --git a/cgit.h b/cgit.h index 42140ac..16f8092 100644 --- a/cgit.h +++ b/cgit.h @@ -106,6 +106,8 @@ struct cgit_repo { struct cgit_filter *email_filter; struct cgit_filter *owner_filter; struct string_list submodules; + int hide; + int ignore; }; typedef void (*repo_config_fn)(struct cgit_repo *repo, const char *name,