diff options
Diffstat (limited to 'cgit.h')
-rw-r--r-- | cgit.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cgit.h b/cgit.h index 005ae63..847cd2e 100644 --- a/cgit.h +++ b/cgit.h | |||
@@ -88,6 +88,7 @@ struct cgit_repo { | |||
88 | char *clone_url; | 88 | char *clone_url; |
89 | char *logo; | 89 | char *logo; |
90 | char *logo_link; | 90 | char *logo_link; |
91 | char *snapshot_prefix; | ||
91 | int snapshots; | 92 | int snapshots; |
92 | int enable_commit_graph; | 93 | int enable_commit_graph; |
93 | int enable_log_filecount; | 94 | int enable_log_filecount; |