diff options
Diffstat (limited to 'cgit.h')
-rw-r--r-- | cgit.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -89,6 +89,7 @@ extern int cgit_cache_static_ttl; | |||
89 | extern int cgit_cache_max_create_time; | 89 | extern int cgit_cache_max_create_time; |
90 | 90 | ||
91 | extern int cgit_max_msg_len; | 91 | extern int cgit_max_msg_len; |
92 | extern int cgit_max_repodesc_len; | ||
92 | extern int cgit_max_commit_count; | 93 | extern int cgit_max_commit_count; |
93 | 94 | ||
94 | extern char *cgit_repo_name; | 95 | extern char *cgit_repo_name; |