mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 19:24:29 +03:00
Changes library namespace from ModSecurity to modsecurity
This commit is contained in:
@@ -85,7 +85,7 @@
|
||||
|
||||
|
||||
#ifndef __cplusplus
|
||||
typedef struct ModSecurity_t ModSecurity;
|
||||
typedef struct ModSecurity_t modsecurity;
|
||||
#endif
|
||||
|
||||
|
||||
@@ -123,7 +123,7 @@ typedef struct ModSecurity_t ModSecurity;
|
||||
typedef void (*LogCb) (void *, const char *);
|
||||
|
||||
#ifdef __cplusplus
|
||||
namespace ModSecurity {
|
||||
namespace modsecurity {
|
||||
|
||||
/* few forwarded declarations */
|
||||
namespace actions {
|
||||
|
Reference in New Issue
Block a user