Split config.h into external and internal parts

The external config.h header defined functions and structures that are
intended to be used by modules. The internal header contains functions
that are used only by the MaxScale core.
This commit is contained in:
Markus Mäkelä
2017-01-16 11:02:34 +02:00
parent 74c55e5c82
commit d054bc9b04
10 changed files with 157 additions and 93 deletions

View File

@ -1947,7 +1947,7 @@ reload_dbusers(DCB *dcb, SERVICE *service)
}
/**
* Relaod the configuration data from the config file
* Reload the configuration data from the config file
*
* @param dcb DCB to use to send output
*/