diff options
Diffstat (limited to 'beaker.h')
| -rw-r--r-- | beaker.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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); |
