diff options
author | Adam Chlipala <adam@chlipala.net> | 2012-07-21 15:34:07 -0400 |
---|---|---|
committer | Adam Chlipala <adam@chlipala.net> | 2012-07-21 15:34:07 -0400 |
commit | 2fa860df89c8680b4782308511a74244e0179b4e (patch) | |
tree | 5d99ec63c6f0e52226ec8b82736968d686bf73a0 /include | |
parent | cbce1b6184acae87ba220969ab2c69cf2697ea32 (diff) |
Get regular forms working again
Diffstat (limited to 'include')
-rw-r--r-- | include/urweb/types.h | 1 |
1 files changed, 1 insertions, 0 deletions
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; |