]> gitweb.ps.run Git - ps-cgit/blobdiff - cgit.h
js: add dynamic age update
[ps-cgit] / cgit.h
diff --git a/cgit.h b/cgit.h
index 1d88396dc4aa5a720ebfc2d6e78ab713412aeea4..ddd2ccba0b8849f9d90d8d0c430930ee96dab77c 100644 (file)
--- a/cgit.h
+++ b/cgit.h
@@ -25,6 +25,7 @@
 #include <utf8.h>
 #include <notes.h>
 #include <graph.h>
+#include <inttypes.h>
 
 /* 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;