MXS-1929: Make core ResultSet functions private
The functions in the core that generate a ResultSet are now private.
This commit is contained in:
@ -14,6 +14,8 @@
|
||||
|
||||
#include <maxscale/cppdefs.hh>
|
||||
#include <maxscale/session.h>
|
||||
#include <maxscale/resultset.hh>
|
||||
#include <maxscale/utils.hh>
|
||||
|
||||
namespace maxscale
|
||||
{
|
||||
@ -37,3 +39,5 @@ struct RegistryTraits<MXS_SESSION>
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
ResultSet *sessionGetList();
|
||||
|
||||
Reference in New Issue
Block a user