Changes library namespace from ModSecurity to modsecurity

This commit is contained in:
Felipe Zimmerle
2015-11-30 14:12:54 -03:00
parent a69e49a1b0
commit b5a43871e6
283 changed files with 377 additions and 376 deletions

View File

@@ -31,16 +31,16 @@
#include "parser/seclang-parser.hh"
using ModSecurity::Rule;
using ModSecurity::Rules;
using modsecurity::Rule;
using modsecurity::Rules;
# define YY_DECL \
yy::seclang_parser::symbol_type yylex(ModSecurity::Parser::Driver& driver)
yy::seclang_parser::symbol_type yylex(modsecurity::Parser::Driver& driver)
YY_DECL;
namespace ModSecurity {
namespace modsecurity {
namespace Parser {
#ifdef __cplusplus