comparison 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
comparison
equal deleted inserted replaced
1787:69daa6d70299 1788:f57983ba2a36
45 uw_Basis_blob data; 45 uw_Basis_blob data;
46 } uw_Basis_file; 46 } uw_Basis_file;
47 47
48 typedef struct uw_Basis_postBody { 48 typedef struct uw_Basis_postBody {
49 uw_Basis_string type, data; 49 uw_Basis_string type, data;
50 size_t len;
50 } uw_Basis_postBody; 51 } uw_Basis_postBody;
51 52
52 typedef uw_Basis_string uw_Basis_queryString; 53 typedef uw_Basis_string uw_Basis_queryString;
53 54
54 typedef struct { 55 typedef struct {