summaryrefslogtreecommitdiffstats
path: root/controller/ctl-config.h
diff options
context:
space:
mode:
authorRomain Forlot <romain.forlot@iot.bzh>2017-09-18 08:19:54 +0200
committerRomain Forlot <romain.forlot@iot.bzh>2017-12-14 11:00:25 +0100
commitab89b4a133946980adc34b86858bebc0dcc7c713 (patch)
tree1eecbfaded45e210fd2cba04e6e3b6999331208e /controller/ctl-config.h
parent12097251ec058b1fa9d9202998c829b27ee5554f (diff)
Good way to iterate over defined plugins
Change-Id: Ifa3b14ea0f8bcd97347f4e5e6b99ef79f5b27dd4 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'controller/ctl-config.h')
-rw-r--r--controller/ctl-config.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/controller/ctl-config.h b/controller/ctl-config.h
index 7c3631c..590a265 100644
--- a/controller/ctl-config.h
+++ b/controller/ctl-config.h
@@ -49,8 +49,6 @@ extern "C" {
#define CTL_PLUGIN_EXT ".ctlso"
#endif
-
-
typedef enum {
CTL_TYPE_NONE=0,
CTL_TYPE_API,
@@ -58,7 +56,6 @@ typedef enum {
CTL_TYPE_LUA,
} CtlActionTypeT;
-
typedef struct {
CtlActionTypeT type;
const char* api;