From b9fd5b30dab83e12206e4b260e1ea775da7cedde Mon Sep 17 00:00:00 2001 From: Adam Chlipala Date: Sun, 10 Jan 2010 10:40:57 -0500 Subject: Support for protocol-specific expunger dispatch --- include/urweb.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/urweb.h') diff --git a/include/urweb.h b/include/urweb.h index f9e06cb1..84da7694 100644 --- a/include/urweb.h +++ b/include/urweb.h @@ -23,6 +23,7 @@ failure_kind uw_initialize(uw_context); uw_context uw_init(void); void uw_close(uw_context); int uw_set_app(uw_context, uw_app*); +uw_app *uw_get_app(uw_context); void uw_set_db(uw_context, void*); void *uw_get_db(uw_context); void uw_free(uw_context); @@ -272,4 +273,6 @@ void uw_check_deadline(uw_context); uw_Basis_unit uw_Basis_debug(uw_context, uw_Basis_string); +void uw_set_client_data(uw_context, void *); + #endif -- cgit v1.2.3