MXS-1929: Make core ResultSet functions private

The functions in the core that generate a ResultSet are now private.
This commit is contained in:
Markus Mäkelä
2018-07-31 10:01:18 +03:00
parent bd48db28ec
commit 8ababa1d39
13 changed files with 82 additions and 25 deletions

View File

@ -19,7 +19,6 @@
#include <maxscale/cdefs.h>
#include <maxscale/dcb.h>
#include <maxscale/modinfo.h>
#include <maxscale/resultset.h>
#include <maxscale/debug.h>
MXS_BEGIN_DECLS
@ -85,13 +84,6 @@ void printModules();
*/
void dprintAllModules(DCB *);
/**
* @brief Return a resultset that has the current set of modules in it
*
* @return A Result set
*/
RESULTSET *moduleGetList();
typedef struct mxs_module_iterator
{
const char* type;