From 9735835c0e9f2c4a0caf5a431fc455d5855472aa Mon Sep 17 00:00:00 2001 From: Geoff Johnstone Date: Sun, 20 Sep 2009 11:32:07 +0100 Subject: Fix repolist search links with virtual root Signed-off-by: Geoff Johnstone Signed-off-by: Lars Hjemli --- ui-shared.h | 1 + 1 file changed, 1 insertion(+) (limited to 'ui-shared.h') diff --git a/ui-shared.h b/ui-shared.h index bff4826..b12aa89 100644 --- a/ui-shared.h +++ b/ui-shared.h @@ -3,6 +3,7 @@ extern char *cgit_httpscheme(); extern char *cgit_hosturl(); +extern char *cgit_rooturl(); extern char *cgit_repourl(const char *reponame); extern char *cgit_fileurl(const char *reponame, const char *pagename, const char *filename, const char *query); -- cgit v1.2.1