comparison include/types.h @ 1065:217eb87dde31

Basis.url and redirects
author Adam Chlipala <adamc@hcoop.net>
date Thu, 10 Dec 2009 13:32:09 -0500
parents 782f0b4eea67
children db52c32dbe42
comparison
equal deleted inserted replaced
1064:b89e3d8731ed 1065:217eb87dde31
37 typedef struct uw_Basis_file { 37 typedef struct uw_Basis_file {
38 uw_Basis_string name, type; 38 uw_Basis_string name, type;
39 uw_Basis_blob data; 39 uw_Basis_blob data;
40 } uw_Basis_file; 40 } uw_Basis_file;
41 41
42 typedef enum { SUCCESS, FATAL, BOUNDED_RETRY, UNLIMITED_RETRY, RETURN_BLOB } failure_kind; 42 typedef enum { SUCCESS, FATAL, BOUNDED_RETRY, UNLIMITED_RETRY, RETURN_INDIRECTLY } failure_kind;
43 43
44 typedef enum { SERVED, KEEP_OPEN, FAILED } request_result; 44 typedef enum { SERVED, KEEP_OPEN, FAILED } request_result;
45 45
46 typedef struct input *uw_input; 46 typedef struct input *uw_input;
47 47