mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-11-19 10:44:25 +03:00
Changes library namespace from ModSecurity to modsecurity
This commit is contained in:
@@ -34,6 +34,7 @@
|
||||
#define HEADERS_MODSECURITY_ASSAY_H_
|
||||
|
||||
#ifndef __cplusplus
|
||||
typedef struct ModSecurity_t ModSecurity;
|
||||
typedef struct Assay_t Assay;
|
||||
typedef struct Rules_t Rules;
|
||||
#endif
|
||||
@@ -64,7 +65,7 @@ typedef struct Rules_t Rules;
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
||||
namespace ModSecurity {
|
||||
namespace modsecurity {
|
||||
|
||||
class ModSecurity;
|
||||
class Assay;
|
||||
|
||||
Reference in New Issue
Block a user