comparison include/urweb.h @ 687:a3ddf05fb3e3

On start-up, delete/nullify rows mentioning clients or channels
author Adam Chlipala <adamc@hcoop.net>
date Thu, 02 Apr 2009 11:42:26 -0400
parents 9a2c18dab11d
children 655bcc9b77e0
comparison
equal deleted inserted replaced
686:3b46548f701b 687:a3ddf05fb3e3
8 8
9 void uw_global_init(void); 9 void uw_global_init(void);
10 10
11 void uw_client_connect(unsigned id, int pass, int sock); 11 void uw_client_connect(unsigned id, int pass, int sock);
12 void uw_prune_clients(uw_context); 12 void uw_prune_clients(uw_context);
13 failure_kind uw_initialize(uw_context);
13 14
14 uw_context uw_init(size_t outHeaders_len, size_t script_len, size_t page_len, size_t heap_len); 15 uw_context uw_init(void);
15 void uw_set_db(uw_context, void*); 16 void uw_set_db(uw_context, void*);
16 void *uw_get_db(uw_context); 17 void *uw_get_db(uw_context);
17 void uw_free(uw_context); 18 void uw_free(uw_context);
18 void uw_reset(uw_context); 19 void uw_reset(uw_context);
19 void uw_reset_keep_request(uw_context); 20 void uw_reset_keep_request(uw_context);