diff include/types.h @ 741:f7e2026dd5ae

Returning a blob as page result
author Adam Chlipala <adamc@hcoop.net>
date Sun, 26 Apr 2009 09:02:17 -0400
parents b302b6e35f93
children 8ce31c052dce
line wrap: on
line diff
--- a/include/types.h	Sat Apr 25 14:47:16 2009 -0400
+++ b/include/types.h	Sun Apr 26 09:02:17 2009 -0400
@@ -33,7 +33,7 @@
   uw_Basis_blob data;
 } uw_Basis_file;
 
-typedef enum { SUCCESS, FATAL, BOUNDED_RETRY, UNLIMITED_RETRY } failure_kind;
+typedef enum { SUCCESS, FATAL, BOUNDED_RETRY, UNLIMITED_RETRY, RETURN_BLOB } failure_kind;
 
 
 #define INTS_MAX 50