MXS-2205 Convert maxscale/protocol/mysql.h to .hh

This commit is contained in:
Esa Korhonen
2018-12-04 12:17:52 +02:00
parent 0d09b56f58
commit 9f721f725e
67 changed files with 79 additions and 80 deletions

View File

@ -36,7 +36,7 @@
#include <maxscale/users.h>
/** MXS-1026: Without MySQL protocol data structures, the NullAuth authenticator will crash. */
#include <maxscale/protocol/mysql.h>
#include <maxscale/protocol/mysql.hh>
static bool null_auth_set_protocol_data(DCB* dcb, GWBUF* buf);
static bool null_auth_is_client_ssl_capable(DCB* dcb);