Mercurial > urweb
comparison include/urweb.h @ 1332:4dd5d23bace2
minHeap option in .urp files
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Sat, 11 Dec 2010 15:16:04 -0500 |
parents | 1cc67fdac4d3 |
children | a1aa62b472cf |
comparison
equal
deleted
inserted
replaced
1331:a6427d1eda6f | 1332:4dd5d23bace2 |
---|---|
282 | 282 |
283 void uw_set_client_data(uw_context, void *); | 283 void uw_set_client_data(uw_context, void *); |
284 | 284 |
285 uw_Basis_int uw_Basis_rand(uw_context); | 285 uw_Basis_int uw_Basis_rand(uw_context); |
286 | 286 |
287 extern int uw_time_max; | 287 extern int uw_time_max, uw_supports_direct_status, uw_min_heap; |
288 | |
289 extern int uw_supports_direct_status; | |
290 | 288 |
291 #endif | 289 #endif |