mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 11:16:33 +03:00
Fix windows error compilation
This commit is contained in:
@@ -75,8 +75,8 @@ struct TreeRoot {
|
||||
CPTTree *ipv6_tree;
|
||||
};
|
||||
|
||||
DSOLOCAL CPTTree *CPTCreateRadixTree(apr_pool_t *pool);
|
||||
DSOLOCAL TreeNode *CPTIpMatch(modsec_rec *, uint8_t *, CPTTree *, int);
|
||||
DSOLOCAL TreeNode *TreeAddIP(const char *, CPTTree *, int);
|
||||
CPTTree DSOLOCAL *CPTCreateRadixTree(apr_pool_t *pool);
|
||||
TreeNode DSOLOCAL *CPTIpMatch(modsec_rec *, uint8_t *, CPTTree *, int);
|
||||
TreeNode DSOLOCAL *TreeAddIP(const char *, CPTTree *, int);
|
||||
|
||||
#endif /*__MSC_TREE_H__ */
|
||||
|
Reference in New Issue
Block a user