diff options
author | Fulup Ar Foll <fulup@iot.bzh> | 2015-12-30 11:20:26 +0100 |
---|---|---|
committer | Fulup Ar Foll <fulup@iot.bzh> | 2015-12-30 11:20:26 +0100 |
commit | be2a72e7c9fdf339a89245c812b623985d70709c (patch) | |
tree | 88d9bdf71871197269afffee38561992551afd0b /include | |
parent | 93daafca4d0419707cdcde181180a689a7fccbfb (diff) |
Added EmptyPost handling
Diffstat (limited to 'include')
-rw-r--r-- | include/local-def.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |