diff 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
line wrap: on
line diff
--- a/include/types.h	Thu Mar 19 16:34:13 2009 -0400
+++ b/include/types.h	Sun Mar 22 15:05:07 2009 -0400
@@ -17,6 +17,7 @@
 
 typedef uw_Basis_string uw_Basis_xhtml;
 typedef uw_Basis_string uw_Basis_page;
+typedef size_t uw_Basis_channel;
 
 
 typedef enum { SUCCESS, FATAL, BOUNDED_RETRY, UNLIMITED_RETRY } failure_kind;
@@ -25,3 +26,4 @@
 #define INTS_MAX 50
 #define FLOATS_MAX 100
 #define TIMES_MAX 100
+