Adds support to AUTH_TYPE variable

This commit is contained in:
Felipe Zimmerle
2015-07-14 16:40:07 -03:00
parent d86427f1dd
commit 8c408ebcd7
5 changed files with 117 additions and 2 deletions

View File

@@ -31,6 +31,7 @@ namespace ModSecurity {
std::string dash_if_empty(const std::string& str);
void chomp(std::string *str);
std::string uri_decode(const std::string & sSrc);
std::string tolower(std::string str);
} // namespace ModSecurity
#define SRC_UTILS_H_