X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/c6431a71508f1b61a95b01d85fe4534a0245e626..de5e9281719809c5b07051faa88e95bd16e8d485:/cgit.h diff --git a/cgit.h b/cgit.h index daebeff..d18d9ca 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,7 @@ struct cgit_config { char *cache_root; char *clone_prefix; char *css; + char *footer; char *index_header; char *index_info; char *logo; @@ -136,6 +138,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 +147,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;