annotate include/types.h @ 169:2232ab355f66

Took more advantage of new ability to exit with an error message
author Adam Chlipala <adamc@hcoop.net>
date Tue, 29 Jul 2008 16:02:02 -0400
parents 2be573fec9a6
children 88d46972de53
rev   line source
adamc@102 1 typedef int lw_Basis_int;
adamc@102 2 typedef float lw_Basis_float;
adamc@102 3 typedef char* lw_Basis_string;
adamc@102 4
adamc@102 5 struct __lws_0 {
adamc@102 6 };
adamc@102 7
adamc@102 8 typedef struct __lws_0 lw_unit;
adamc@119 9 typedef lw_unit lw_Basis_unit;
adamc@117 10
adamc@117 11 typedef struct lw_context *lw_context;
adamc@117 12
adamc@119 13 typedef lw_Basis_string lw_Basis_xhtml;
adamc@139 14 typedef lw_Basis_string lw_Basis_page;
adamc@167 15
adamc@167 16
adamc@167 17 typedef enum { SUCCESS, FATAL, BOUNDED_RETRY, UNLIMITED_RETRY } failure_kind;