diff options
Diffstat (limited to 'include/local-def.h')
-rw-r--r-- | include/local-def.h | 7 |
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 |