Mercurial > urweb
diff include/urweb.h @ 860:a738002d5b4d
Serving Hello via FastCGI
author | Adam Chlipala <adamc@hcoop.net> |
---|---|
date | Sat, 27 Jun 2009 14:44:00 -0400 |
parents | 86ec89baee01 |
children | 305bc0a431de |
line wrap: on
line diff
--- a/include/urweb.h Sat Jun 27 12:38:23 2009 -0400 +++ b/include/urweb.h Sat Jun 27 14:44:00 2009 -0400 @@ -43,6 +43,7 @@ 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);