Unidiff1 files changed, 2 insertions, 0 deletions
|
diff --git a/cgit.h b/cgit.h index f5f68ac..8a9d5fa 100644 --- a/ cgit.h+++ b/ cgit.h |
|
@@ -69,8 +69,10 @@ struct cgit_repo { |
69 | char *module_link; |
69 | char *module_link; |
70 | char *readme; |
70 | char *readme; |
71 | char *section; |
71 | char *section; |
72 | char *clone_url; |
72 | char *clone_url; |
| |
73 | char *logo; |
| |
74 | char *logo_link; |
73 | int snapshots; |
75 | int snapshots; |
74 | int enable_log_filecount; |
76 | int enable_log_filecount; |
75 | int enable_log_linecount; |
77 | int enable_log_linecount; |
76 | int enable_remote_branches; |
78 | int enable_remote_branches; |
|