Mercurial > urweb
comparison include/urweb.h @ 1349:87156c44824f
Periodic tasks
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Sat, 18 Dec 2010 15:17:09 -0500 |
parents | b106ca8200b1 |
children | 703c2c94afd5 |
comparison
equal
deleted
inserted
replaced
1348:8a169fc0838b | 1349:87156c44824f |
---|---|
291 | 291 |
292 uw_Basis_int uw_Basis_rand(uw_context); | 292 uw_Basis_int uw_Basis_rand(uw_context); |
293 | 293 |
294 extern int uw_time_max, uw_supports_direct_status, uw_min_heap; | 294 extern int uw_time_max, uw_supports_direct_status, uw_min_heap; |
295 | 295 |
296 failure_kind uw_runCallback(uw_context, void (*callback)(uw_context)); | |
297 | |
296 #endif | 298 #endif |