From 688973e51e94d2c24185f0899227dfe7dd3dd93b Mon Sep 17 00:00:00 2001 From: Adam Chlipala Date: Sat, 27 Jun 2009 14:44:00 -0400 Subject: Serving Hello via FastCGI --- include/urweb.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/urweb.h b/include/urweb.h index 93dbd0b7..6adc8969 100644 --- a/include/urweb.h +++ b/include/urweb.h @@ -43,6 +43,7 @@ void uw_memstats(uw_context); int uw_send(uw_context, int sock); int uw_print(uw_context, int fd); +int uw_output(uw_context ctx, int (*output)(void *data, char *buf, size_t len), void *data); int uw_set_input(uw_context, const char *name, char *value); int uw_set_file_input(uw_context, char *name, uw_Basis_file); -- cgit v1.2.3