mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-11-16 01:22:18 +03:00
Moves rule* headers to src/
This commit is contained in:
@@ -48,8 +48,8 @@ class RulesSetPhases {
|
||||
int append(RulesSetPhases *from, std::ostringstream *err);
|
||||
void dump() const;
|
||||
|
||||
Rules *operator[](int index) { return &m_rulesAtPhase[index]; }
|
||||
Rules *at(int index) { return &m_rulesAtPhase[index]; }
|
||||
Rules *operator[](int index);
|
||||
Rules *at(int index);
|
||||
|
||||
private:
|
||||
Rules m_rulesAtPhase[8];
|
||||
|
||||
Reference in New Issue
Block a user