mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-11-17 09:55:28 +03:00
Cosmetics: Defining a type for RuleId
This commit is contained in:
@@ -95,6 +95,8 @@ namespace modsecurity {
|
||||
*/
|
||||
using ModSecString = std::string;
|
||||
|
||||
using RuleId = int64_t;
|
||||
|
||||
/**
|
||||
*
|
||||
* The Phases enumerator consists in mapping the different stages of a
|
||||
|
||||
Reference in New Issue
Block a user