summaryrefslogtreecommitdiffstats
path: root/src/openvpn/win32.h
diff options
context:
space:
mode:
authorAlon Bar-Lev <alon.barlev@gmail.com>2012-02-29 22:12:17 +0200
committerDavid Sommerseth <davids@redhat.com>2012-03-22 22:53:39 +0100
commitf106f64b1cc228b3b937ed15a1a45bc28edefed9 (patch)
tree2b2e25a5ca6e2bf045ff41b7a5ec481140e87929 /src/openvpn/win32.h
parent7b49c16761b4a11f1f0846cd46bd7194392efbfa (diff)
downloadopenvpn-f106f64b1cc228b3b937ed15a1a45bc28edefed9.tar.gz
openvpn-f106f64b1cc228b3b937ed15a1a45bc28edefed9.tar.xz
openvpn-f106f64b1cc228b3b937ed15a1a45bc28edefed9.zip
build: move inet_ntop(), inet_pton() emulation into compat
Signed-off-by: Alon Bar-Lev <alon.barlev@gmail.com> Acked-by: Samuli Seppänen <samuli@openvpn.net> Acked-by: David Sommerseth <davids@redhat.com> Signed-off-by: David Sommerseth <davids@redhat.com>
Diffstat (limited to 'src/openvpn/win32.h')
-rw-r--r--src/openvpn/win32.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/openvpn/win32.h b/src/openvpn/win32.h
index 09f897a..d87e987 100644
--- a/src/openvpn/win32.h
+++ b/src/openvpn/win32.h
@@ -266,12 +266,6 @@ char *get_win_sys_path (void);
/* call self in a subprocess */
void fork_to_self (const char *cmdline);
-const char *openvpn_inet_ntop(int af, const void *src,
- char *dst, socklen_t size);
-int openvpn_inet_pton(int af, const char *src, void *dst);
-#define inet_ntop(af,src,dst,size) openvpn_inet_ntop(af,src,dst,size)
-#define inet_pton(af,src,dst) openvpn_inet_pton(af,src,dst)
-
/* Find temporary directory */
const char *win_get_tempdir();