summaryrefslogtreecommitdiffabout
path: root/cgit.h
Side-by-side diff
Diffstat (limited to 'cgit.h') (more/less context) (ignore whitespace changes)
-rw-r--r--cgit.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/cgit.h b/cgit.h
index 292e488..b7f8827 100644
--- a/cgit.h
+++ b/cgit.h
@@ -35,2 +35,3 @@ struct repoinfo {
char *owner;
+ char *module_link;
int snapshots;
@@ -72,2 +73,3 @@ extern char *cgit_logo;
extern char *cgit_logo_link;
+extern char *cgit_module_link;
extern char *cgit_virtual_root;