MXS-1992 Provide canonical function for std::string

This commit is contained in:
Johan Wikman
2018-08-01 15:38:35 +03:00
parent 81297fb919
commit bcdab394c1
2 changed files with 15 additions and 2 deletions

View File

@ -26,4 +26,6 @@ namespace maxscale
std::string extract_sql(GWBUF* buffer, size_t len = -1);
std::string get_canonical(GWBUF* querybuf);
}