From c8de04e4f81490bfde750375c55de2a260072e82 Mon Sep 17 00:00:00 2001 From: Adam Chlipala Date: Sat, 2 Jan 2010 13:31:59 -0500 Subject: Proper 404 generation --- include/urweb.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/urweb.h b/include/urweb.h index 46ef9558..51f1407d 100644 --- a/include/urweb.h +++ b/include/urweb.h @@ -188,6 +188,7 @@ uw_Basis_time uw_Basis_unsqlTime(uw_context, uw_Basis_string); uw_Basis_string uw_Basis_requestHeader(uw_context, uw_Basis_string); void uw_write_header(uw_context, uw_Basis_string); +void uw_clear_headers(uw_context); uw_Basis_string uw_Basis_get_cookie(uw_context, uw_Basis_string c); uw_unit uw_Basis_set_cookie(uw_context, uw_Basis_string prefix, uw_Basis_string c, uw_Basis_string v, uw_Basis_time *expires, uw_Basis_bool secure); -- cgit v1.2.3