mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-30 11:44:32 +03:00
Fix a few things to provide an easy interface for script bindings
This commit is contained in:
@@ -51,9 +51,6 @@ class Variables :
|
||||
|
||||
std::string* resolveFirst(const std::string& var);
|
||||
|
||||
std::string* resolveFirst(const std::string& collectionName,
|
||||
const std::string& var);
|
||||
|
||||
|
||||
void resolveSingleMatch(const std::string& var,
|
||||
std::vector<const transaction::Variable *> *l);
|
||||
|
Reference in New Issue
Block a user