Unidiff1 files changed, 1 insertions, 0 deletions
|
diff --git a/cgit.h b/cgit.h index bd2dd0d..81c819d 100644 --- a/ cgit.h+++ b/ cgit.h |
|
@@ -115,12 +115,13 @@ extern char *cgit_virtual_root; |
115 | extern char *cgit_script_name; |
115 | extern char *cgit_script_name; |
116 | extern char *cgit_cache_root; |
116 | extern char *cgit_cache_root; |
117 | extern char *cgit_repo_group; |
117 | extern char *cgit_repo_group; |
118 | |
118 | |
119 | extern int cgit_nocache; |
119 | extern int cgit_nocache; |
120 | extern int cgit_snapshots; |
120 | extern int cgit_snapshots; |
| |
121 | extern int cgit_enable_index_links; |
121 | extern int cgit_enable_log_filecount; |
122 | extern int cgit_enable_log_filecount; |
122 | extern int cgit_enable_log_linecount; |
123 | extern int cgit_enable_log_linecount; |
123 | extern int cgit_max_lock_attempts; |
124 | extern int cgit_max_lock_attempts; |
124 | extern int cgit_cache_root_ttl; |
125 | extern int cgit_cache_root_ttl; |
125 | extern int cgit_cache_repo_ttl; |
126 | extern int cgit_cache_repo_ttl; |
126 | extern int cgit_cache_dynamic_ttl; |
127 | extern int cgit_cache_dynamic_ttl; |
|