From 0a621f91ee673dd9182467a4ed649636dd0f2ba0 Mon Sep 17 00:00:00 2001 From: José Bollo Date: Wed, 30 Mar 2016 14:36:11 +0200 Subject: renaming of field api MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I41ffc32e86e1c8c0f86fb1b06c2f8054867a9bc2 Signed-off-by: José Bollo --- include/local-def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') 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 -- cgit 1.2.3-korg