Add inet_pton for windows

This commit is contained in:
brenosilva
2012-06-15 20:44:10 +00:00
parent 22e20c6997
commit 780db20398
2 changed files with 39 additions and 0 deletions

View File

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