diff options
Diffstat (limited to 'include/local-def.h')
-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 4c27233b..91b61abc 100644 --- a/include/local-def.h +++ b/include/local-def.h @@ -234,7 +234,7 @@ typedef struct { const char *uuid; const char *url; char *prefix; // plugin convivial name - char *api; + char *method; AFB_PostRequest *post; json_object *jresp; void *context; // Hold Client Context when using session |