Mercurial > urweb
comparison 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 |
comparison
equal
deleted
inserted
replaced
863:305bc0a431de | 864:6304f5e8fbb4 |
---|---|
11 | 11 |
12 void uw_global_init(void); | 12 void uw_global_init(void); |
13 | 13 |
14 void uw_client_connect(unsigned id, int pass, int sock, | 14 void uw_client_connect(unsigned id, int pass, int sock, |
15 int (*send)(int sockfd, const void *buf, size_t len), | 15 int (*send)(int sockfd, const void *buf, size_t len), |
16 int (*close)(int fd)); | 16 int (*close)(int fd), |
17 void *logger_data, uw_logger log_error); | |
17 void uw_prune_clients(uw_context); | 18 void uw_prune_clients(uw_context); |
18 failure_kind uw_initialize(uw_context); | 19 failure_kind uw_initialize(uw_context); |
19 | 20 |
20 uw_context uw_init(void); | 21 uw_context uw_init(void); |
21 void uw_set_db(uw_context, void*); | 22 void uw_set_db(uw_context, void*); |