diff options
author | Adam Chlipala <adamc@hcoop.net> | 2008-09-11 13:06:51 -0400 |
---|---|---|
committer | Adam Chlipala <adamc@hcoop.net> | 2008-09-11 13:06:51 -0400 |
commit | 05fbd01cabc967d7216d8cbe701ac10ad797b122 (patch) | |
tree | 73966b5bbe40adcbb3abbf589652ef3b8afc0440 /include | |
parent | fe9025e471578cbdef8ee21e0f9dc51f0f2107ce (diff) |
More opportunities to use regions and lack of string copying
Diffstat (limited to 'include')
-rw-r--r-- | include/urweb.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/urweb.h b/include/urweb.h index 2d201125..5a6c7178 100644 --- a/include/urweb.h +++ b/include/urweb.h @@ -23,6 +23,7 @@ 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); +void uw_memstats(uw_context); int uw_send(uw_context, int sock); |