From f327681cc734f2b478051f0174ca9d980ff2e5ae Mon Sep 17 00:00:00 2001 From: Adam Chlipala Date: Sat, 11 Dec 2010 15:16:04 -0500 Subject: minHeap option in .urp files --- include/urweb.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'include') diff --git a/include/urweb.h b/include/urweb.h index f63b3f4c..a7920851 100644 --- a/include/urweb.h +++ b/include/urweb.h @@ -284,8 +284,6 @@ void uw_set_client_data(uw_context, void *); uw_Basis_int uw_Basis_rand(uw_context); -extern int uw_time_max; - -extern int uw_supports_direct_status; +extern int uw_time_max, uw_supports_direct_status, uw_min_heap; #endif -- cgit v1.2.3