diff options
author | Adam Chlipala <adam@chlipala.net> | 2010-12-12 10:35:04 -0500 |
---|---|---|
committer | Adam Chlipala <adam@chlipala.net> | 2010-12-12 10:35:04 -0500 |
commit | 805a3eda8adf0482ea539dadc7e6c745056a04a8 (patch) | |
tree | b4550f39a7cc32d63262a50f23a46f4d4a76b72e /include | |
parent | 6cd100d1ca2603d57ffd6a05763ca2de18554a97 (diff) |
Change Basis.debug to use the protocol's debug function
Diffstat (limited to 'include')
-rw-r--r-- | include/urweb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/urweb.h b/include/urweb.h index a7920851..9527fac1 100644 --- a/include/urweb.h +++ b/include/urweb.h @@ -20,7 +20,7 @@ void uw_client_connect(unsigned id, int pass, int sock, void uw_prune_clients(uw_context); failure_kind uw_initialize(uw_context); -uw_context uw_init(void); +uw_context uw_init(void *logger_data, uw_logger log_debug); void uw_close(uw_context); int uw_set_app(uw_context, uw_app*); uw_app *uw_get_app(uw_context); |