summaryrefslogtreecommitdiff
path: root/include/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/types.h')
-rw-r--r--include/types.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/types.h b/include/types.h
index e5edab96..2adda753 100644
--- a/include/types.h
+++ b/include/types.h
@@ -40,6 +40,10 @@ typedef struct uw_Basis_file {
uw_Basis_blob data;
} uw_Basis_file;
+typedef struct uw_Basis_postBody {
+ uw_Basis_string type, data;
+} uw_Basis_postBody;
+
typedef enum { SUCCESS, FATAL, BOUNDED_RETRY, UNLIMITED_RETRY, RETURN_INDIRECTLY } failure_kind;
typedef enum { SERVED, KEEP_OPEN, FAILED } request_result;