diff options
author | Lars Hjemli <hjemli@gmail.com> | 2008-08-06 01:20:24 +0200 |
---|---|---|
committer | Lars Hjemli <hjemli@gmail.com> | 2008-08-06 11:21:09 +0200 |
commit | 02a545e63454530c1639014d3239c14ced2022c6 (patch) | |
tree | da4c89a94b117d936f2eeb486c9dedf192e6746e /html.h | |
parent | 0f0ab148c6d444316af10e6b4c7a60630fed45d3 (diff) |
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.h | 1 |
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); |