diff include/urweb.h @ 1334:a1aa62b472cf

Change Basis.debug to use the protocol's debug function
author Adam Chlipala <adam@chlipala.net>
date Sun, 12 Dec 2010 10:35:04 -0500
parents 4dd5d23bace2
children b106ca8200b1
line wrap: on
line diff
--- a/include/urweb.h	Sat Dec 11 19:57:22 2010 -0500
+++ b/include/urweb.h	Sun Dec 12 10:35:04 2010 -0500
@@ -20,7 +20,7 @@
 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);