about summary refs log tree commit diff stats
path: root/cgit.h
diff options
context:
space:
mode:
Diffstat (limited to 'cgit.h')
-rw-r--r--cgit.h2
1 files changed, 2 insertions, 0 deletions
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 {
106 struct cgit_filter *email_filter; 106 struct cgit_filter *email_filter;
107 struct cgit_filter *owner_filter; 107 struct cgit_filter *owner_filter;
108 struct string_list submodules; 108 struct string_list submodules;
109 int hide;
110 int ignore;
109}; 111};
110 112
111typedef void (*repo_config_fn)(struct cgit_repo *repo, const char *name, 113typedef void (*repo_config_fn)(struct cgit_repo *repo, const char *name,