Mercurial > urweb
diff include/types.h @ 739:4bb7e1c0550a
Only allow single-file upload per control
author | Adam Chlipala <adamc@hcoop.net> |
---|---|
date | Sat, 25 Apr 2009 14:35:49 -0400 |
parents | d049d31a1966 |
children | b302b6e35f93 |
line wrap: on
line diff
--- a/include/types.h Sat Apr 25 14:04:38 2009 -0400 +++ b/include/types.h Sat Apr 25 14:35:49 2009 -0400 @@ -33,11 +33,6 @@ uw_Basis_blob data; } uw_Basis_file; -typedef struct uw_Basis_files { - size_t size; - uw_Basis_file *files; -} uw_Basis_files; - typedef enum { SUCCESS, FATAL, BOUNDED_RETRY, UNLIMITED_RETRY } failure_kind;