Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.zx2c4.com/cgit.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2015-03-03 19:18:42 +0300
committerJason A. Donenfeld <Jason@zx2c4.com>2015-03-03 19:18:42 +0300
commit6bcda2f73da605d48279341b1905c1b234a39368 (patch)
treee6b087ef3afa36f6aa92aa619bb51dc21b28d596 /ui-shared.h
parentdb4b735464aa9a3a329494b7f042413a65e182f2 (diff)
ui-shared: Add current url helper function.
Diffstat (limited to 'ui-shared.h')
-rw-r--r--ui-shared.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui-shared.h b/ui-shared.h
index 021fe4e..af78a13 100644
--- a/ui-shared.h
+++ b/ui-shared.h
@@ -4,6 +4,7 @@
extern const char *cgit_httpscheme();
extern const char *cgit_hosturl();
extern const char *cgit_rooturl();
+extern const char *cgit_currenturl();
extern const char *cgit_loginurl();
extern char *cgit_repourl(const char *reponame);
extern char *cgit_fileurl(const char *reponame, const char *pagename,