summaryrefslogtreecommitdiff
path: root/include/types.h
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adamc@hcoop.net>2008-07-29 15:25:42 -0400
committerGravatar Adam Chlipala <adamc@hcoop.net>2008-07-29 15:25:42 -0400
commitcb3b3831a07d6674a5fa02e3e8a1e4329b58cb34 (patch)
tree7b6064344549091735d28d42ac9fb19073e9760a /include/types.h
parent6855e4766fa8d07e2f3e3cd468de6c58fed0c903 (diff)
Unurlifying a datatype; longjmp-based error signaling mechanism
Diffstat (limited to 'include/types.h')
-rw-r--r--include/types.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/types.h b/include/types.h
index 81cec229..169952cb 100644
--- a/include/types.h
+++ b/include/types.h
@@ -12,3 +12,6 @@ typedef struct lw_context *lw_context;
typedef lw_Basis_string lw_Basis_xhtml;
typedef lw_Basis_string lw_Basis_page;
+
+
+typedef enum { SUCCESS, FATAL, BOUNDED_RETRY, UNLIMITED_RETRY } failure_kind;