Mercurial > urweb
diff include/urweb.h @ 323:5030e909fbf3
Region memory allocation for query parameters
author | Adam Chlipala <adamc@hcoop.net> |
---|---|
date | Thu, 11 Sep 2008 12:40:40 -0400 |
parents | 9ad92047a499 |
children | b91480c9a729 |
line wrap: on
line diff
--- a/include/urweb.h Thu Sep 11 12:22:06 2008 -0400 +++ b/include/urweb.h Thu Sep 11 12:40:40 2008 -0400 @@ -21,6 +21,9 @@ char *uw_error_message(uw_context); void *uw_malloc(uw_context, size_t); +void uw_begin_region(uw_context); +void uw_end_region(uw_context); + int uw_send(uw_context, int sock); void uw_set_input(uw_context, char *name, char *value);