aboutsummaryrefslogtreecommitdiffstats
path: root/controller/ctl-plugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'controller/ctl-plugin.h')
-rw-r--r--controller/ctl-plugin.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/controller/ctl-plugin.h b/controller/ctl-plugin.h
index 361fd34..4b8bd26 100644
--- a/controller/ctl-plugin.h
+++ b/controller/ctl-plugin.h
@@ -46,8 +46,8 @@ extern "C" {
typedef struct luaL_Reg luaL_Reg;
typedef struct {
- char *label;
- char *info;
+ const char *label;
+ const char *info;
afb_req request;
void *context;
} CtlSourceT;