Mercurial > urweb
comparison include/urweb.h @ 1118:87b0a9d08e73
uw_close()
author | Adam Chlipala <adamc@hcoop.net> |
---|---|
date | Tue, 05 Jan 2010 14:57:35 -0500 |
parents | 150465f2895c |
children | 951fced704d6 |
comparison
equal
deleted
inserted
replaced
1117:31ef567fa772 | 1118:87b0a9d08e73 |
---|---|
19 void *logger_data, uw_logger log_error); | 19 void *logger_data, uw_logger log_error); |
20 void uw_prune_clients(uw_context); | 20 void uw_prune_clients(uw_context); |
21 failure_kind uw_initialize(uw_context); | 21 failure_kind uw_initialize(uw_context); |
22 | 22 |
23 uw_context uw_init(void); | 23 uw_context uw_init(void); |
24 void uw_close(uw_context); | |
24 int uw_set_app(uw_context, uw_app*); | 25 int uw_set_app(uw_context, uw_app*); |
25 void uw_set_db(uw_context, void*); | 26 void uw_set_db(uw_context, void*); |
26 void *uw_get_db(uw_context); | 27 void *uw_get_db(uw_context); |
27 void uw_free(uw_context); | 28 void uw_free(uw_context); |
28 void uw_reset(uw_context); | 29 void uw_reset(uw_context); |