]> gitweb.ps.run Git - ps-cgit/blobdiff - cgit.h
Do not provide a default value for `module-link`
[ps-cgit] / cgit.h
diff --git a/cgit.h b/cgit.h
index df7ee5dbf6f036cec41ba7081095b5907e1961ef..9d0b3d012a33c14d207a740858208e7ffbc3320a 100644 (file)
--- a/cgit.h
+++ b/cgit.h
@@ -88,6 +88,7 @@ struct cgit_repo {
        struct cgit_filter *about_filter;
        struct cgit_filter *commit_filter;
        struct cgit_filter *source_filter;
+       struct string_list submodules;
 };
 
 typedef void (*repo_config_fn)(struct cgit_repo *repo, const char *name,
@@ -165,6 +166,7 @@ struct cgit_config {
        char *agefile;
        char *cache_root;
        char *clone_prefix;
+       char *clone_url;
        char *css;
        char *favicon;
        char *footer;