Adds possibility to use include with wildcards and env vars

This commit is contained in:
Felipe Zimmerle
2015-09-29 14:06:13 -07:00
parent cb9524ffd7
commit 900af2cd48
3 changed files with 42 additions and 17 deletions

View File

@@ -47,6 +47,7 @@ namespace ModSecurity {
std::string phase_name(int x);
std::string limitTo(int amount, const std::string &str);
std::string toHexIfNeeded(const std::string &str);
std::vector<std::string> expandEnv(const std::string& var, int flags);
} // namespace ModSecurity
#define SRC_UTILS_H_