summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/urweb.h1
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);