Make MODULE_INFO const correct

This commit is contained in:
Johan Wikman
2016-11-23 15:45:43 +02:00
parent 4730e28ef7
commit 04753bbb76

View File

@ -81,10 +81,10 @@ typedef struct
*/ */
typedef struct 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