MXS-2205 Convert modulecmd.h to .hh
This commit is contained in:
@ -19,7 +19,7 @@ The following example registers the module command _my_command_ for module
|
||||
_my_module_.
|
||||
|
||||
```
|
||||
#include <maxscale/modulecmd.h>
|
||||
#include <maxscale/modulecmd.hh>
|
||||
|
||||
bool my_simple_cmd(const MODULECMD_ARG *argv)
|
||||
{
|
||||
|
Reference in New Issue
Block a user