mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 19:24:29 +03:00
Splits Rule class into: Rule, RuleBase, RuleMarker
This commit is contained in:
@@ -40,7 +40,7 @@ class Rule;
|
||||
class RulesSetPhases {
|
||||
public:
|
||||
|
||||
bool insert(std::shared_ptr<Rule> rule);
|
||||
bool insert(std::shared_ptr<RuleBase> rule);
|
||||
|
||||
int append(RulesSetPhases *from, std::ostringstream *err);
|
||||
void dump() const;
|
||||
|
Reference in New Issue
Block a user