diff include/urweb.h @ 864:6304f5e8fbb4

FastCGI working with lighttpd
author Adam Chlipala <adamc@hcoop.net>
date Sat, 27 Jun 2009 19:07:28 -0400
parents 305bc0a431de
children 3c7b48040dcf
line wrap: on
line diff
--- a/include/urweb.h	Sat Jun 27 17:50:31 2009 -0400
+++ b/include/urweb.h	Sat Jun 27 19:07:28 2009 -0400
@@ -13,7 +13,8 @@
 
 void uw_client_connect(unsigned id, int pass, int sock,
                        int (*send)(int sockfd, const void *buf, size_t len),
-                       int (*close)(int fd));
+                       int (*close)(int fd),
+                       void *logger_data, uw_logger log_error);
 void uw_prune_clients(uw_context);
 failure_kind uw_initialize(uw_context);