MXS-2205 Convert modulecmd.h to .hh

This commit is contained in:
Esa Korhonen
2018-12-03 11:36:50 +02:00
parent 3e5818fcb6
commit 35cdbc7220
17 changed files with 22 additions and 22 deletions

View File

@ -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)
{