summaryrefslogtreecommitdiffabout
path: root/cgit.h
Side-by-side diff
Diffstat (limited to 'cgit.h') (more/less context) (show whitespace changes)
-rw-r--r--cgit.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/cgit.h b/cgit.h
index ab0efeb..f223dbc 100644
--- a/cgit.h
+++ b/cgit.h
@@ -77,2 +77,3 @@ struct repoinfo {
char *readme;
+ char *clone_url;
int snapshots;
@@ -142,2 +143,3 @@ extern char *cgit_repo_group;
extern char *cgit_robots;
+extern char *cgit_clone_prefix;