From 2fa860df89c8680b4782308511a74244e0179b4e Mon Sep 17 00:00:00 2001 From: Adam Chlipala Date: Sat, 21 Jul 2012 15:34:07 -0400 Subject: Get regular forms working again --- include/urweb/types.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/urweb/types.h b/include/urweb/types.h index 152f4392..be7edb32 100644 --- a/include/urweb/types.h +++ b/include/urweb/types.h @@ -47,6 +47,7 @@ typedef struct uw_Basis_file { typedef struct uw_Basis_postBody { uw_Basis_string type, data; + size_t len; } uw_Basis_postBody; typedef uw_Basis_string uw_Basis_queryString; -- cgit v1.2.3