]> gitweb.ps.run Git - ps-cgit/blobdiff - cgit.h
Merge branch 'lh/module-links'
[ps-cgit] / cgit.h
diff --git a/cgit.h b/cgit.h
index c7ab5c63928ccc4efa4672182bc035fbae9d7135..b7c7ac949cbee102faf96de540129a273a4177c8 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,