]> gitweb.ps.run Git - ps-cgit/blobdiff - ui-shared.h
global: use proper accessors for maybe_tree
[ps-cgit] / ui-shared.h
index 4d5978bb6f79b643ee296b69b061baf4955dc4cc..6964873a63942e2222d3981d73d4178c52c51508 100644 (file)
@@ -5,6 +5,7 @@ extern const char *cgit_httpscheme(void);
 extern char *cgit_hosturl(void);
 extern const char *cgit_rooturl(void);
 extern char *cgit_currenturl(void);
+extern char *cgit_currentfullurl(void);
 extern const char *cgit_loginurl(void);
 extern char *cgit_repourl(const char *reponame);
 extern char *cgit_fileurl(const char *reponame, const char *pagename,