aboutsummaryrefslogtreecommitdiff
path: root/page.h
diff options
context:
space:
mode:
authorXavier Del Campo Romero <xavi.dcr@tutanota.com>2023-10-03 00:09:37 +0200
committerXavier Del Campo Romero <xavi.dcr@tutanota.com>2023-10-14 01:08:02 +0200
commit472b4ddbf151b44f5fc01c4c1752ce5529a0cf85 (patch)
tree623d22494bda1018e9471052603a545eb55b7572 /page.h
parent1d2ce3f9c235f0b6524bbedad0b2ff0abb838888 (diff)
downloadslcl-472b4ddbf151b44f5fc01c4c1752ce5529a0cf85.tar.gz
Implement HEAD support
Diffstat (limited to 'page.h')
-rw-r--r--page.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/page.h b/page.h
index 01e7a0a..22658fd 100644
--- a/page.h
+++ b/page.h
@@ -43,6 +43,7 @@ int page_failed_login(struct http_response *r);
int page_forbidden(struct http_response *r);
int page_bad_request(struct http_response *r);
int page_resource(const struct page_resource *r);
+int page_head_resource(struct http_response *r, const char *res);
int page_public(struct http_response *r, const char *res);
int page_share(struct http_response *r, const char *path);
int page_quota_exceeded(struct http_response *r, unsigned long long len,