Mercurial > urweb
comparison include/types.h @ 668:b0c1a46b1f15
First message send delivered, but not interpreted
author | Adam Chlipala <adamc@hcoop.net> |
---|---|
date | Sun, 22 Mar 2009 15:05:07 -0400 |
parents | 024478c34f4d |
children | 5bbb542243e8 |
comparison
equal
deleted
inserted
replaced
667:a93d5324f400 | 668:b0c1a46b1f15 |
---|---|
15 | 15 |
16 typedef struct uw_context *uw_context; | 16 typedef struct uw_context *uw_context; |
17 | 17 |
18 typedef uw_Basis_string uw_Basis_xhtml; | 18 typedef uw_Basis_string uw_Basis_xhtml; |
19 typedef uw_Basis_string uw_Basis_page; | 19 typedef uw_Basis_string uw_Basis_page; |
20 typedef size_t uw_Basis_channel; | |
20 | 21 |
21 | 22 |
22 typedef enum { SUCCESS, FATAL, BOUNDED_RETRY, UNLIMITED_RETRY } failure_kind; | 23 typedef enum { SUCCESS, FATAL, BOUNDED_RETRY, UNLIMITED_RETRY } failure_kind; |
23 | 24 |
24 | 25 |
25 #define INTS_MAX 50 | 26 #define INTS_MAX 50 |
26 #define FLOATS_MAX 100 | 27 #define FLOATS_MAX 100 |
27 #define TIMES_MAX 100 | 28 #define TIMES_MAX 100 |
29 |