Mercurial > urweb
comparison include/types.h @ 741:f7e2026dd5ae
Returning a blob as page result
author | Adam Chlipala <adamc@hcoop.net> |
---|---|
date | Sun, 26 Apr 2009 09:02:17 -0400 |
parents | b302b6e35f93 |
children | 8ce31c052dce |
comparison
equal
deleted
inserted
replaced
740:b302b6e35f93 | 741:f7e2026dd5ae |
---|---|
31 typedef struct uw_Basis_file { | 31 typedef struct uw_Basis_file { |
32 uw_Basis_string name, type; | 32 uw_Basis_string name, type; |
33 uw_Basis_blob data; | 33 uw_Basis_blob data; |
34 } uw_Basis_file; | 34 } uw_Basis_file; |
35 | 35 |
36 typedef enum { SUCCESS, FATAL, BOUNDED_RETRY, UNLIMITED_RETRY } failure_kind; | 36 typedef enum { SUCCESS, FATAL, BOUNDED_RETRY, UNLIMITED_RETRY, RETURN_BLOB } failure_kind; |
37 | 37 |
38 | 38 |
39 #define INTS_MAX 50 | 39 #define INTS_MAX 50 |
40 #define FLOATS_MAX 100 | 40 #define FLOATS_MAX 100 |
41 #define TIMES_MAX 100 | 41 #define TIMES_MAX 100 |