mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-11-16 01:22:18 +03:00
Makes RuleWithActions const in run time operations
This commit is contained in:
committed by
Felipe Zimmerle
parent
0a3b658969
commit
28c3cb3176
@@ -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