From be2a72e7c9fdf339a89245c812b623985d70709c Mon Sep 17 00:00:00 2001 From: Fulup Ar Foll Date: Wed, 30 Dec 2015 11:20:26 +0100 Subject: Added EmptyPost handling --- include/local-def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/local-def.h') diff --git a/include/local-def.h b/include/local-def.h index edaf1bbc..6d219406 100644 --- a/include/local-def.h +++ b/include/local-def.h @@ -107,7 +107,7 @@ typedef struct { json_object *json; } AFB_errorT; -typedef enum {AFB_POST_NONE=0, AFB_POST_JSON, AFB_POST_FORM} AFB_PostType; +typedef enum {AFB_POST_NONE=0, AFB_POST_JSON, AFB_POST_FORM, AFB_POST_EMPTY} AFB_PostType; // Post Upload File Handle typedef struct { -- cgit 1.2.3-korg