diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2017-12-14 23:21:32 +0100 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2017-12-19 16:36:30 +0100 |
commit | 351c6ca6d1dc2fa2c532d549bc84cca8837f1bc7 (patch) | |
tree | 826c1488c91659f1159b25289a72d09c01ae8aee /ctl-lib/ctl-plugin.h | |
parent | 796889d6b3aff40b3247e263675ea28926bb97a0 (diff) |
Get back on track l2c functions.
Change-Id: I8425f0de60a35b4e287c8829fe72cbca80bc55df
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'ctl-lib/ctl-plugin.h')
-rw-r--r-- | ctl-lib/ctl-plugin.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ctl-lib/ctl-plugin.h b/ctl-lib/ctl-plugin.h index 7210322..eaceea5 100644 --- a/ctl-lib/ctl-plugin.h +++ b/ctl-lib/ctl-plugin.h @@ -163,7 +163,6 @@ extern "C" { #endif - typedef struct { const char *uid; const long magic; @@ -177,7 +176,6 @@ typedef struct { void *context; } CtlPluginT; - typedef enum { CTL_TYPE_NONE=0, CTL_TYPE_API, |