Mercurial > urweb
comparison include/urweb.h @ 1114:01b6c7144a44
Deadlines
author | Adam Chlipala <adamc@hcoop.net> |
---|---|
date | Sun, 03 Jan 2010 15:58:34 -0500 |
parents | 40d48a2b78a7 |
children | 150465f2895c |
comparison
equal
deleted
inserted
replaced
1113:40d48a2b78a7 | 1114:01b6c7144a44 |
---|---|
258 void uw_set_currentUrl(uw_context, char *); | 258 void uw_set_currentUrl(uw_context, char *); |
259 | 259 |
260 extern size_t uw_messages_max, uw_clients_max, uw_headers_max, uw_page_max, uw_heap_max, uw_script_max; | 260 extern size_t uw_messages_max, uw_clients_max, uw_headers_max, uw_page_max, uw_heap_max, uw_script_max; |
261 extern size_t uw_inputs_max, uw_cleanup_max, uw_subinputs_max, uw_deltas_max, uw_transactionals_max, uw_globals_max; | 261 extern size_t uw_inputs_max, uw_cleanup_max, uw_subinputs_max, uw_deltas_max, uw_transactionals_max, uw_globals_max; |
262 | 262 |
263 extern int uw_time; | |
264 | |
265 void uw_set_deadline(uw_context, int); | |
266 void uw_check_deadline(uw_context); | |
267 | |
263 #endif | 268 #endif |