APR-Ipmatch operator

This commit is contained in:
brenosilva
2011-04-16 21:25:30 +00:00
parent 4c6419cf74
commit d68731a38b
4 changed files with 51 additions and 421 deletions

View File

@@ -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