aboutsummaryrefslogtreecommitdiffstats
path: root/html.h
diff options
context:
space:
mode:
authorLars Hjemli <hjemli@gmail.com>2008-08-06 01:20:24 +0200
committerLars Hjemli <hjemli@gmail.com>2008-08-06 11:21:09 +0200
commit02a545e63454530c1639014d3239c14ced2022c6 (patch)
treeda4c89a94b117d936f2eeb486c9dedf192e6746e /html.h
parentAdded `local-time` option to cgitrc (diff)
downloadcgit-02a545e63454530c1639014d3239c14ced2022c6.tar.xz
cgit-02a545e63454530c1639014d3239c14ced2022c6.zip
Add support for cloning over http
This patch implements basic support for cloning over http, based on the work on git-http-backend by Shawn O. Pearce. Signed-off-by: Lars Hjemli <hjemli@gmail.com>
Diffstat (limited to 'html.h')
-rw-r--r--html.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/html.h b/html.h
index e6fdc54..2bde28d 100644
--- a/html.h
+++ b/html.h
@@ -5,6 +5,7 @@ extern int htmlfd;
extern void html(const char *txt);
extern void htmlf(const char *format,...);
+extern void html_status(int code, int more_headers);
extern void html_txt(char *txt);
extern void html_ntxt(int len, char *txt);
extern void html_attr(char *txt);