mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-11-16 09:31:53 +03:00
Makes RuleWithActions const in run time operations
This commit is contained in:
@@ -329,7 +329,7 @@ class TransactionRuleMessageManagement {
|
||||
RuleMessage *messageGetLast();
|
||||
void messageNew();
|
||||
|
||||
void logMatchLastRuleOnTheChain(RuleWithActions *rule);
|
||||
void logMatchLastRuleOnTheChain(const RuleWithActions *rule);
|
||||
|
||||
std::list<RuleMessage *> messageGetAll();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user