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