diff include/urweb.h @ 1404:82b204f20026

Patch from Vladimir Shabanov to support implicit passing of 'time' values from server to client
author Adam Chlipala <adam@chlipala.net>
date Thu, 20 Jan 2011 10:40:40 -0500
parents 65fbb250b875
children 36f7d1debb37
line wrap: on
line diff
--- a/include/urweb.h	Tue Jan 18 13:32:48 2011 -0500
+++ b/include/urweb.h	Thu Jan 20 10:40:40 2011 -0500
@@ -123,6 +123,7 @@
 uw_unit uw_Basis_urlifyFloat_w(uw_context, uw_Basis_float);
 uw_unit uw_Basis_urlifyString_w(uw_context, uw_Basis_string);
 uw_unit uw_Basis_urlifyBool_w(uw_context, uw_Basis_bool);
+uw_unit uw_Basis_urlifyTime_w(uw_context, uw_Basis_time);
 uw_unit uw_Basis_urlifyChannel_w(uw_context, uw_Basis_channel);
 
 uw_Basis_unit uw_Basis_unurlifyUnit(uw_context ctx, char **s);