Mercurial > urweb
diff src/c/urweb.c @ 1118:87b0a9d08e73
uw_close()
author | Adam Chlipala <adamc@hcoop.net> |
---|---|
date | Tue, 05 Jan 2010 14:57:35 -0500 |
parents | 31ef567fa772 |
children | 951fced704d6 |
line wrap: on
line diff
--- a/src/c/urweb.c Tue Jan 05 13:30:27 2010 -0500 +++ b/src/c/urweb.c Tue Jan 05 14:57:35 2010 -0500 @@ -578,6 +578,10 @@ return r; } +void uw_close(uw_context ctx) { + ctx->app->db_close(ctx); +} + void uw_set_headers(uw_context ctx, char *(*get_header)(void *, const char *), void *get_header_data) { ctx->get_header = get_header; ctx->get_header_data = get_header_data;