X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/c6431a71508f1b61a95b01d85fe4534a0245e626..d2eb4fddb0fb7cd1751debcff6fe1219b9c619c8:/cgit.h diff --git a/cgit.h b/cgit.h index daebeff..7881aca 100644 --- a/cgit.h +++ b/cgit.h @@ -116,6 +116,7 @@ struct cgit_query { char *sha2; char *path; char *name; + char *mimetype; int ofs; }; @@ -124,6 +125,8 @@ struct cgit_config { char *cache_root; char *clone_prefix; char *css; + char *favicon; + char *footer; char *index_header; char *index_info; char *logo; @@ -136,6 +139,7 @@ struct cgit_config { char *root_readme; char *script_name; char *virtual_root; + int cache_size; int cache_dynamic_ttl; int cache_max_create_time; int cache_repo_ttl; @@ -144,6 +148,7 @@ struct cgit_config { int enable_index_links; int enable_log_filecount; int enable_log_linecount; + int max_repo_count; int max_commit_count; int max_lock_attempts; int max_msg_len;