diff include/urweb/types.h @ 1788:f57983ba2a36

Get regular forms working again
author Adam Chlipala <adam@chlipala.net>
date Sat, 21 Jul 2012 15:34:07 -0400
parents 69daa6d70299
children 3d922a28370b
line wrap: on
line diff
--- a/include/urweb/types.h	Sat Jul 21 15:16:57 2012 -0400
+++ b/include/urweb/types.h	Sat Jul 21 15:34:07 2012 -0400
@@ -47,6 +47,7 @@
 
 typedef struct uw_Basis_postBody {
   uw_Basis_string type, data;
+  size_t len;
 } uw_Basis_postBody;
 
 typedef uw_Basis_string uw_Basis_queryString;