Make mlist.h private

Mlist is only used by log_manager so for the time being it is moved
under server/core/maxscale. Eventually it may be included in log_manager
itself.
This commit is contained in:
Johan Wikman
2016-10-14 15:55:33 +03:00
parent cd26c69ffb
commit 68e53567a0
3 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@
* Public License.
*/
#include <maxscale/mlist.h>
#include "maxscale/mlist.h"
#include <maxscale/alloc.h>
static void mlist_free_memory(mlist_t* ml, char* name);