aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJosé Bollo <jose.bollo@iot.bzh>2016-03-16 22:02:24 +0100
committerJosé Bollo <jose.bollo@iot.bzh>2016-03-17 11:36:44 +0100
commit1309721790b7b2aeb29658b8907c99fcaabf85a5 (patch)
treedd3897316af202184fc473be6dd0246e0ff41ad9 /include
parent2f5957984835ffc7d4f03bb0094a93c575e3eb17 (diff)
removed private api and fix some few warnings
Change-Id: I8d4427c94ca2b88a4f1add70b065d0b6d0865286 Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'include')
-rw-r--r--include/local-def.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/local-def.h b/include/local-def.h
index 0bf0294d..2deb8c04 100644
--- a/include/local-def.h
+++ b/include/local-def.h
@@ -189,12 +189,6 @@ typedef struct {
} AFB_config;
typedef struct {
- int len; // command number within application
- json_object *jtype;
-} AFB_privateApi;
-
-
-typedef struct {
char *msg;
size_t len;
} AFB_redirect_msg;
@@ -208,7 +202,6 @@ typedef struct {
AFB_sessionE session;
AFB_apiCB callback;
char *info;
- AFB_privateApi *privateapi;
} AFB_restapi;
// Plugin definition