Make MODULE_INFO const correct
This commit is contained in:
@ -84,7 +84,7 @@ typedef struct
|
|||||||
MODULE_API modapi;
|
MODULE_API modapi;
|
||||||
MODULE_STATUS status;
|
MODULE_STATUS status;
|
||||||
MODULE_VERSION api_version;
|
MODULE_VERSION api_version;
|
||||||
char *description;
|
const char *description;
|
||||||
} MODULE_INFO;
|
} MODULE_INFO;
|
||||||
|
|
||||||
MXS_END_DECLS
|
MXS_END_DECLS
|
||||||
|
Reference in New Issue
Block a user