aboutsummaryrefslogtreecommitdiffstats
path: root/ui-shared.h
diff options
context:
space:
mode:
authorLars Hjemli <hjemli@gmail.com>2009-07-25 11:40:25 +0200
committerLars Hjemli <hjemli@gmail.com>2009-07-25 11:41:06 +0200
commitfbe091a716447be496519ce439451d36d5b9fc24 (patch)
treec6560c6f2ab6b4760ac6eaecda1759321da2746e /ui-shared.h
parentReturn http statuscode 404 on unknown branch (diff)
parentuse cgit_httpscheme() for atom feed (diff)
downloadcgit-fbe091a716447be496519ce439451d36d5b9fc24.tar.xz
cgit-fbe091a716447be496519ce439451d36d5b9fc24.zip
Merge branch 'do/https'
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
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 5a3821f..bff4826 100644
--- a/ui-shared.h
+++ b/ui-shared.h
@@ -1,6 +1,7 @@
#ifndef UI_SHARED_H
#define UI_SHARED_H
+extern char *cgit_httpscheme();
extern char *cgit_hosturl();
extern char *cgit_repourl(const char *reponame);
extern char *cgit_fileurl(const char *reponame, const char *pagename,