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
@@ -76,4 +76,5 @@ struct repoinfo {
char *module_link;
char *readme;
+ char *clone_url;
int snapshots;
int enable_log_filecount;
@@ -141,4 +142,5 @@ extern char *cgit_cache_root;
extern char *cgit_repo_group;
extern char *cgit_robots;
+extern char *cgit_clone_prefix;
extern int cgit_nocache;