]> gitweb.ps.run Git - ps-cgit/blobdiff - cgit.h
Restrict length of repo description on repolist page
[ps-cgit] / cgit.h
diff --git a/cgit.h b/cgit.h
index 764225d22e819e60946f886ee2f5c997ffa75611..290401fde06feeae3a2a9924accc78dfbf744d8d 100644 (file)
--- a/cgit.h
+++ b/cgit.h
@@ -89,6 +89,7 @@ extern int cgit_cache_static_ttl;
 extern int cgit_cache_max_create_time;
 
 extern int cgit_max_msg_len;
+extern int cgit_max_repodesc_len;
 extern int cgit_max_commit_count;
 
 extern char *cgit_repo_name;