diff options
author | Adam Chlipala <adamc@hcoop.net> | 2009-04-25 14:35:49 -0400 |
---|---|---|
committer | Adam Chlipala <adamc@hcoop.net> | 2009-04-25 14:35:49 -0400 |
commit | 3d0a7f3cd81daaa7d49de95de7fe4eb8d1288876 (patch) | |
tree | 71212823b38e6c57adf86e66184c7c6a00c451bc /include/types.h | |
parent | 2dd6e83e23759ef4f5a27e399e43636881449345 (diff) |
Only allow single-file upload per control
Diffstat (limited to 'include/types.h')
-rw-r--r-- | include/types.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/types.h b/include/types.h index 0cb81cb5..69407b07 100644 --- a/include/types.h +++ b/include/types.h @@ -33,11 +33,6 @@ typedef struct uw_Basis_file { 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; |