aboutsummaryrefslogtreecommitdiff
path: root/page.h
diff options
context:
space:
mode:
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 8b1e9a0..6ab28ea 100644
--- a/page.h
+++ b/page.h
@@ -40,6 +40,7 @@ struct page_rm
int page_login(struct http_response *r);
int page_style(struct http_response *r, const char *path);
int page_failed_login(struct http_response *r);
+int page_missing_login(struct http_response *r);
int page_forbidden(struct http_response *r);
int page_bad_request(struct http_response *r);
int page_not_found(struct http_response *r);