mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 19:24:29 +03:00
APR-Ipmatch operator
This commit is contained in:
@@ -120,12 +120,4 @@ char DSOLOCAL *construct_single_var(modsec_rec *msr, char *name);
|
||||
|
||||
char DSOLOCAL *format_all_performance_variables(modsec_rec *msr, apr_pool_t *mp);
|
||||
|
||||
#if defined(WIN32) || defined(WINNT)
|
||||
int DSOLOCAL inet_aton(const char *cp, struct in_addr *inp);
|
||||
|
||||
#if !defined(NTDDI_VERSION) || NTDDI_VERSION < NTDDI_VISTA
|
||||
int DSOLOCAL inet_pton(int family, const char *cp, struct in6_addr *addr);
|
||||
#endif /* NTDDI_VERSION */
|
||||
#endif /* WIN32 */
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user