Unidiff1 files changed, 1 insertions, 0 deletions
|
diff --git a/cgit.h b/cgit.h index 4fe94c6..4942b96 100644 --- a/ cgit.h+++ b/ cgit.h |
|
@@ -132,12 +132,13 @@ struct cgit_config { |
132 | char *agefile; |
132 | char *agefile; |
133 | char *cache_root; |
133 | char *cache_root; |
134 | char *clone_prefix; |
134 | char *clone_prefix; |
135 | char *css; |
135 | char *css; |
136 | char *favicon; |
136 | char *favicon; |
137 | char *footer; |
137 | char *footer; |
| |
138 | char *header; |
138 | char *index_header; |
139 | char *index_header; |
139 | char *index_info; |
140 | char *index_info; |
140 | char *logo; |
141 | char *logo; |
141 | char *logo_link; |
142 | char *logo_link; |
142 | char *module_link; |
143 | char *module_link; |
143 | char *repo_group; |
144 | char *repo_group; |
|