aboutsummaryrefslogtreecommitdiff
path: root/beaker.h
diff options
context:
space:
mode:
Diffstat (limited to 'beaker.h')
-rw-r--r--beaker.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/beaker.h b/beaker.h
index 0f2757e..db1ddb1 100644
--- a/beaker.h
+++ b/beaker.h
@@ -128,6 +128,7 @@ void beaker_free_locales(void);
void send_response(const char *html);
void send_redirect(const char *location);
+void send_status(const char *status_line);
void set_cookie(const char *name, const char *value, const char *expires,
const char *path, bool http_only, bool secure);
char *get_cookie(const char *cookie_name);