diff options
Diffstat (limited to 'include/urweb.h')
-rw-r--r-- | include/urweb.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/urweb.h b/include/urweb.h index a286f9c8..55347030 100644 --- a/include/urweb.h +++ b/include/urweb.h @@ -24,8 +24,7 @@ void uw_reset_keep_request(uw_context); void uw_reset_keep_error_message(uw_context); failure_kind uw_begin_init(uw_context); -void uw_set_headers(uw_context, char *headers); -void uw_headers_moved(uw_context ctx, char *headers); +void uw_set_headers(uw_context, char *(*get_header)(void *, const char *), void *get_header_data); failure_kind uw_begin(uw_context, char *path); void uw_login(uw_context); void uw_commit(uw_context); |