X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/093ac9697068833a15cae2dbbd5ffbc0203741c0..907134b7a29177cb45aa461c549c004b1ae875af:/cgit.h diff --git a/cgit.h b/cgit.h index 1d88396..ddd2ccb 100644 --- a/cgit.h +++ b/cgit.h @@ -25,6 +25,7 @@ #include #include #include +#include /* Add isgraph(x) to Git's sane ctype support (see git-compat-util.h) */ #undef isgraph @@ -264,6 +265,7 @@ struct cgit_config { int branch_sort; int commit_sort; struct string_list mimetypes; + struct string_list js; struct cgit_filter *about_filter; struct cgit_filter *commit_filter; struct cgit_filter *source_filter;