mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 19:24:29 +03:00
Add inet_pton for windows
This commit is contained in:
@@ -28,6 +28,10 @@
|
||||
#include "modsecurity.h"
|
||||
#include "re.h"
|
||||
|
||||
#if WIN32
|
||||
int DSOLOCAL inet_pton(int family, const char *src, void *dst)
|
||||
#endif
|
||||
|
||||
int DSOLOCAL normalize_path_inplace(unsigned char *input, int len, int win, int *changed);
|
||||
|
||||
int DSOLOCAL parse_boolean(const char *input);
|
||||
|
Reference in New Issue
Block a user