diff include/urweb.h @ 1250:e80582b927f2

Add rand to Basis and handle it in Iflow
author Adam Chlipala <adamc@hcoop.net>
date Thu, 29 Apr 2010 17:24:42 -0400
parents b7118ffd32ae
children b4480a56cab7
line wrap: on
line diff
--- a/include/urweb.h	Thu Apr 29 11:47:24 2010 -0400
+++ b/include/urweb.h	Thu Apr 29 17:24:42 2010 -0400
@@ -280,4 +280,6 @@
 
 void uw_set_client_data(uw_context, void *);
 
+uw_Basis_int uw_Basis_rand(uw_context);
+
 #endif