class Web_Interface_plugin friends Query_Processor

pull/2531/head
René Cannaò 6 years ago
parent 238aeb8798
commit c4607d94fe

@ -409,6 +409,7 @@ class ProxySQL_Cluster;
class MySQL_ResultSet;
class Query_Processor_Output;
class MySrvC;
class Web_Interface_plugin;
#endif /* PROXYSQL_CLASSES */
//#endif /* __cplusplus */

@ -374,6 +374,7 @@ class Query_Processor {
SQLite3_result * get_mysql_firewall_whitelist_rules();
SQLite3_result * get_mysql_firewall_whitelist_sqli_fingerprints();
bool whitelisted_sqli_fingerprint(char *);
friend Web_Interface_plugin;
};
typedef Query_Processor * create_Query_Processor_t();

Loading…
Cancel
Save