aboutsummaryrefslogtreecommitdiff
path: root/page.h
diff options
context:
space:
mode:
Diffstat (limited to 'page.h')
-rw-r--r--page.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/page.h b/page.h
index 7ddce40..9df1eea 100644
--- a/page.h
+++ b/page.h
@@ -15,5 +15,7 @@ int page_forbidden(struct http_response *r);
int page_bad_request(struct http_response *r);
int page_resource(struct http_response *r, const char *dir, const char *root,
const char *res, const struct page_quota *q);
+int page_public(struct http_response *r, const char *res);
+int page_share(struct http_response *r, const char *path);
#endif /* PAGE_H */